.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. *.iml
  2. .gradle
  3. .idea
  4. /.idea
  5. /local.properties
  6. /.idea/libraries
  7. /.idea/modules.xml
  8. /.idea/workspace.xml
  9. .DS_Store
  10. /build
  11. /captures
  12. .externalNativeBuild
  13. ### Java template
  14. # Compiled class file
  15. *.class
  16. # Log file
  17. *.log
  18. # BlueJ files
  19. *.ctxt
  20. # Mobile Tools for Java (J2ME)
  21. .mtj.tmp/
  22. # Package Files #
  23. #*.jar
  24. #*.war
  25. #*.nar
  26. #*.ear
  27. #*.zip
  28. #*.tar.gz
  29. #*.rar
  30. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  31. hs_err_pid*
  32. ### Android template
  33. # Built application files
  34. *.apk
  35. *.ap_
  36. *.aab
  37. # Files for the ART/Dalvik VM
  38. *.dex
  39. # Java class files
  40. *.class
  41. # Generated files
  42. bin/
  43. gen/
  44. out/
  45. release/
  46. # Gradle files
  47. .gradle/
  48. build/
  49. # Local configuration file (sdk path, etc)
  50. local.properties
  51. # Proguard folder generated by Eclipse
  52. proguard/
  53. # Log Files
  54. *.log
  55. # Android Studio Navigation editor temp files
  56. .navigation/
  57. # Android Studio captures folder
  58. captures/
  59. # IntelliJ
  60. /.idea
  61. .idea
  62. .idea/workspace.xml
  63. .idea/tasks.xml
  64. .idea/gradle.xml
  65. .idea/assetWizardSettings.xml
  66. .idea/dictionaries
  67. .idea/libraries
  68. # Android Studio 3 in .gitignore file.
  69. .idea/caches
  70. .idea/modules.xml
  71. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  72. .idea/navEditor.xml
  73. # Keystore files
  74. # Uncomment the following lines if you do not want to check your keystore files in.
  75. #*.jks
  76. #*.keystore
  77. # External native build folder generated in Android Studio 2.2 and later
  78. .externalNativeBuild
  79. # Google Services (e.g. APIs or Firebase)
  80. # google-services.json
  81. # Freeline
  82. freeline.py
  83. freeline/
  84. freeline_project_description.json
  85. # fastlane
  86. fastlane/report.xml
  87. fastlane/Preview.html
  88. fastlane/screenshots
  89. fastlane/test_output
  90. fastlane/readme.md
  91. # Version control
  92. vcs.xml
  93. # lint
  94. lint/intermediates/
  95. lint/generated/
  96. lint/outputs/
  97. lint/tmp/
  98. # lint/reports/