.gitignore 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. # Created by https://www.gitignore.io/api/java,android,osx,intellij,gradle
  2. ### Android ###
  3. # Built application files
  4. *.apk
  5. *.ap_
  6. # Files for the ART/Dalvik VM
  7. *.dex
  8. # Java class files
  9. *.class
  10. # Generated files
  11. bin/
  12. gen/
  13. out/
  14. # Gradle files
  15. .gradle/
  16. build/
  17. # Local configuration file (sdk path, etc)
  18. local.properties
  19. # Proguard folder generated by Eclipse
  20. proguard/
  21. # Log Files
  22. *.log
  23. # Android Studio Navigation editor temp files
  24. .navigation/
  25. # Android Studio captures folder
  26. captures/
  27. # Intellij
  28. *.iml
  29. .idea/
  30. # Keystore files
  31. #*.jks
  32. # External native build folder generated in Android Studio 2.2 and later
  33. .externalNativeBuild
  34. # Google Services (e.g. APIs or Firebase)
  35. #google-services.json
  36. # Freeline
  37. freeline.py
  38. freeline/
  39. freeline_project_description.json
  40. ### Android Patch ###
  41. gen-external-apklibs
  42. ### Intellij ###
  43. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  44. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  45. # User-specific stuff:
  46. .idea/**/workspace.xml
  47. .idea/**/tasks.xml
  48. # Sensitive or high-churn files:
  49. .idea/**/dataSources/
  50. .idea/**/dataSources.ids
  51. .idea/**/dataSources.xml
  52. .idea/**/dataSources.local.xml
  53. .idea/**/sqlDataSources.xml
  54. .idea/**/dynamic.xml
  55. .idea/**/uiDesigner.xml
  56. # Gradle:
  57. .idea/**/gradle.xml
  58. .idea/**/libraries
  59. # Mongo Explorer plugin:
  60. .idea/**/mongoSettings.xml
  61. ## File-based project format:
  62. *.iws
  63. ## Plugin-specific files:
  64. # IntelliJ
  65. /out/
  66. # mpeltonen/sbt-idea plugin
  67. .idea_modules/
  68. # JIRA plugin
  69. atlassian-ide-plugin.xml
  70. # Crashlytics plugin (for Android Studio and IntelliJ)
  71. com_crashlytics_export_strings.xml
  72. crashlytics.properties
  73. crashlytics-build.properties
  74. fabric.properties
  75. ### Intellij Patch ###
  76. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  77. # *.iml
  78. # modules.xml
  79. # .idea/misc.xml
  80. # *.ipr
  81. ### Java ###
  82. # Compiled class file
  83. # Log file
  84. # BlueJ files
  85. *.ctxt
  86. # Mobile Tools for Java (J2ME)
  87. .mtj.tmp/
  88. # Package Files #
  89. *.jar
  90. *.war
  91. *.ear
  92. *.zip
  93. *.tar.gz
  94. *.rar
  95. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  96. hs_err_pid*
  97. ### OSX ###
  98. *.DS_Store
  99. .AppleDouble
  100. .LSOverride
  101. # Icon must end with two \r
  102. Icon
  103. # Thumbnails
  104. ._*
  105. # Files that might appear in the root of a volume
  106. .DocumentRevisions-V100
  107. .fseventsd
  108. .Spotlight-V100
  109. .TemporaryItems
  110. .Trashes
  111. .VolumeIcon.icns
  112. .com.apple.timemachine.donotpresent
  113. # Directories potentially created on remote AFP share
  114. .AppleDB
  115. .AppleDesktop
  116. Network Trash Folder
  117. Temporary Items
  118. .apdisk
  119. ### Gradle ###
  120. .gradle
  121. /build/
  122. # Ignore Gradle GUI config
  123. gradle-app.setting
  124. # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
  125. !gradle-wrapper.jar
  126. # Cache of project
  127. .gradletasknamecache
  128. # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
  129. # gradle/wrapper/gradle-wrapper.properties
  130. # End of https://www.gitignore.io/api/java,android,osx,intellij,gradle
  131. /app/build/