.gitignore 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # Created by https://www.gitignore.io
  2. ### Android ###
  3. # Files for the Dalvik VM
  4. *.dex
  5. # Java class files
  6. *.class
  7. # Generated files
  8. bin/
  9. gen/
  10. # Gradle files
  11. .gradle/
  12. build/
  13. # Local configuration file (sdk path, etc)
  14. local.properties
  15. # Proguard folder generated by Eclipse
  16. proguard/
  17. # Log Files
  18. *.log
  19. ### Intellij ###
  20. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
  21. *.iml
  22. ## Directory-based project format:
  23. .idea/
  24. # if you remove the above rule, at least ignore the following:
  25. # User-specific stuff:
  26. # .idea/workspace.xml
  27. # .idea/tasks.xml
  28. # .idea/dictionaries
  29. # Sensitive or high-churn files:
  30. # .idea/dataSources.ids
  31. # .idea/dataSources.xml
  32. # .idea/sqlDataSources.xml
  33. # .idea/dynamic.xml
  34. # .idea/uiDesigner.xml
  35. # Gradle:
  36. # .idea/gradle.xml
  37. # .idea/libraries
  38. # Mongo Explorer plugin:
  39. # .idea/mongoSettings.xml
  40. ## File-based project format:
  41. *.ipr
  42. *.iws
  43. ## Plugin-specific files:
  44. # IntelliJ
  45. out/
  46. # mpeltonen/sbt-idea plugin
  47. .idea_modules/
  48. # JIRA plugin
  49. atlassian-ide-plugin.xml
  50. # Crashlytics plugin (for Android Studio and IntelliJ)
  51. com_crashlytics_export_strings.xml
  52. # Ignore Gradle GUI config
  53. gradle-app.setting
  54. # Mobile Tools for Java (J2ME)
  55. .mtj.tmp/
  56. # Package Files #
  57. *.war
  58. *.ear
  59. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  60. hs_err_pid*
  61. *.DS_Store
  62. *.jks