.gitignore 1.9 KB

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