You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
1.8 KiB

2 years ago
  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. # ---> JetBrains
  21. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  22. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  23. # User-specific stuff
  24. .idea/**/workspace.xml
  25. .idea/**/tasks.xml
  26. .idea/**/usage.statistics.xml
  27. .idea/**/dictionaries
  28. .idea/**/shelf
  29. # Generated files
  30. .idea/**/contentModel.xml
  31. # Sensitive or high-churn files
  32. .idea/**/dataSources/
  33. .idea/**/dataSources.ids
  34. .idea/**/dataSources.local.xml
  35. .idea/**/sqlDataSources.xml
  36. .idea/**/dynamic.xml
  37. .idea/**/uiDesigner.xml
  38. .idea/**/dbnavigator.xml
  39. # Gradle
  40. .idea/**/gradle.xml
  41. .idea/**/libraries
  42. # Gradle and Maven with auto-import
  43. # When using Gradle or Maven with auto-import, you should exclude module files,
  44. # since they will be recreated, and may cause churn. Uncomment if using
  45. # auto-import.
  46. # .idea/artifacts
  47. # .idea/compiler.xml
  48. # .idea/jarRepositories.xml
  49. # .idea/modules.xml
  50. # .idea/*.iml
  51. # .idea/modules
  52. # *.iml
  53. # *.ipr
  54. # CMake
  55. cmake-build-*/
  56. # Mongo Explorer plugin
  57. .idea/**/mongoSettings.xml
  58. # File-based project format
  59. *.iws
  60. # IntelliJ
  61. out/
  62. # mpeltonen/sbt-idea plugin
  63. .idea_modules/
  64. # JIRA plugin
  65. atlassian-ide-plugin.xml
  66. # Cursive Clojure plugin
  67. .idea/replstate.xml
  68. # Crashlytics plugin (for Android Studio and IntelliJ)
  69. com_crashlytics_export_strings.xml
  70. crashlytics.properties
  71. crashlytics-build.properties
  72. fabric.properties
  73. # Editor-based Rest Client
  74. .idea/httpRequests
  75. # Android studio 3.1+ serialized cache file
  76. .idea/caches/build_file_checksums.ser