.gitignore 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### JetBrains template
  3. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  4. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  5. # User-specific stuff
  6. .idea/
  7. *.iml
  8. # Generated files
  9. .idea/**/contentModel.xml
  10. # Sensitive or high-churn files
  11. .idea/**/dataSources/
  12. .idea/**/dataSources.ids
  13. .idea/**/dataSources.local.xml
  14. .idea/**/sqlDataSources.xml
  15. .idea/**/dynamic.xml
  16. .idea/**/uiDesigner.xml
  17. .idea/**/dbnavigator.xml
  18. # Gradle
  19. .idea/**/gradle.xml
  20. .idea/**/libraries
  21. # Gradle and Maven with auto-import
  22. # When using Gradle or Maven with auto-import, you should exclude module files,
  23. # since they will be recreated, and may cause churn. Uncomment if using
  24. # auto-import.
  25. # .idea/artifacts
  26. # .idea/compiler.xml
  27. # .idea/jarRepositories.xml
  28. # .idea/modules.xml
  29. # .idea/*.iml
  30. # .idea/modules
  31. # *.iml
  32. # *.ipr
  33. # CMake
  34. cmake-build-*/
  35. # Mongo Explorer plugin
  36. .idea/**/mongoSettings.xml
  37. # File-based project format
  38. *.iws
  39. # IntelliJ
  40. out/
  41. # mpeltonen/sbt-idea plugin
  42. .idea_modules/
  43. # JIRA plugin
  44. atlassian-ide-plugin.xml
  45. # Cursive Clojure plugin
  46. .idea/replstate.xml
  47. # Crashlytics plugin (for Android Studio and IntelliJ)
  48. com_crashlytics_export_strings.xml
  49. crashlytics.properties
  50. crashlytics-build.properties
  51. fabric.properties
  52. # Editor-based Rest Client
  53. .idea/httpRequests
  54. # Android studio 3.1+ serialized cache file
  55. .idea/caches/build_file_checksums.ser
  56. ### Java template
  57. # Compiled class file
  58. *.class
  59. # Log file
  60. *.log
  61. # BlueJ files
  62. *.ctxt
  63. # Mobile Tools for Java (J2ME)
  64. .mtj.tmp/
  65. # Package Files #
  66. *.jar
  67. *.war
  68. *.nar
  69. *.ear
  70. *.zip
  71. *.tar.gz
  72. *.rar
  73. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  74. hs_err_pid*