Absolutely everyone requires towards check out me shoot https://www.mavericksgate.com/collections/naji-marshall-jersey" rel="nofollow">Naji Marshall Jersey, " Active described throughout a crack at his alma mater Duke's Qualified Devil's weekend."
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

.gitignore 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # ---> Agda
  2. *.agdai
  3. # ---> Actionscript
  4. # Build and Release Folders
  5. bin-debug/
  6. bin-release/
  7. [Oo]bj/
  8. [Bb]in/
  9. # Other files and folders
  10. .settings/
  11. # Executables
  12. *.swf
  13. *.air
  14. *.ipa
  15. *.apk
  16. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  17. # should NOT be excluded as they contain compiler settings and other important
  18. # information for Eclipse / Flash Builder.
  19. # ---> Android
  20. # Built application files
  21. *.apk
  22. *.ap_
  23. *.aab
  24. # Files for the ART/Dalvik VM
  25. *.dex
  26. # Java class files
  27. *.class
  28. # Generated files
  29. bin/
  30. gen/
  31. out/
  32. # Gradle files
  33. .gradle/
  34. build/
  35. # Local configuration file (sdk path, etc)
  36. local.properties
  37. # Proguard folder generated by Eclipse
  38. proguard/
  39. # Log Files
  40. *.log
  41. # Android Studio Navigation editor temp files
  42. .navigation/
  43. # Android Studio captures folder
  44. captures/
  45. # IntelliJ
  46. *.iml
  47. .idea/workspace.xml
  48. .idea/tasks.xml
  49. .idea/gradle.xml
  50. .idea/assetWizardSettings.xml
  51. .idea/dictionaries
  52. .idea/libraries
  53. .idea/caches
  54. # Keystore files
  55. # Uncomment the following lines if you do not want to check your keystore files in.
  56. #*.jks
  57. #*.keystore
  58. # External native build folder generated in Android Studio 2.2 and later
  59. .externalNativeBuild
  60. # Google Services (e.g. APIs or Firebase)
  61. google-services.json
  62. # Freeline
  63. freeline.py
  64. freeline/
  65. freeline_project_description.json
  66. # fastlane
  67. fastlane/report.xml
  68. fastlane/Preview.html
  69. fastlane/screenshots
  70. fastlane/test_output
  71. fastlane/readme.md