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.

62 lines
1.1 KiB

  1. # ---> Java
  2. *.class
  3. # Mobile Tools for Java (J2ME)
  4. .mtj.tmp/
  5. # Package Files #
  6. *.jar
  7. *.war
  8. *.ear
  9. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  10. hs_err_pid*
  11. # ---> JetBrains
  12. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  13. *.iml
  14. ## Directory-based project format:
  15. .idea/
  16. # if you remove the above rule, at least ignore the following:
  17. # User-specific stuff:
  18. # .idea/workspace.xml
  19. # .idea/tasks.xml
  20. # .idea/dictionaries
  21. # Sensitive or high-churn files:
  22. # .idea/dataSources.ids
  23. # .idea/dataSources.xml
  24. # .idea/sqlDataSources.xml
  25. # .idea/dynamic.xml
  26. # .idea/uiDesigner.xml
  27. # Gradle:
  28. # .idea/gradle.xml
  29. # .idea/libraries
  30. # Mongo Explorer plugin:
  31. # .idea/mongoSettings.xml
  32. ## File-based project format:
  33. *.ipr
  34. *.iws
  35. ## Plugin-specific files:
  36. # IntelliJ
  37. /out/
  38. # mpeltonen/sbt-idea plugin
  39. .idea_modules/
  40. # JIRA plugin
  41. atlassian-ide-plugin.xml
  42. # Crashlytics plugin (for Android Studio and IntelliJ)
  43. com_crashlytics_export_strings.xml
  44. crashlytics.properties
  45. crashlytics-build.properties