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.

.gitignore 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Java template
  3. *.class
  4. # Mobile Tools for Java (J2ME)
  5. .mtj.tmp/
  6. # Package Files #
  7. *.jar
  8. *.war
  9. *.ear
  10. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  11. hs_err_pid*
  12. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  13. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  14. # User-specific stuff:
  15. .idea/workspace.xml
  16. .idea/tasks.xml
  17. # Sensitive or high-churn files:
  18. .idea/dataSources/
  19. .idea/dataSources.ids
  20. .idea/dataSources.xml
  21. .idea/dataSources.local.xml
  22. .idea/sqlDataSources.xml
  23. .idea/dynamic.xml
  24. .idea/uiDesigner.xml
  25. # Gradle:
  26. .idea/gradle.xml
  27. .idea/libraries
  28. # Mongo Explorer plugin:
  29. .idea/mongoSettings.xml
  30. ## File-based project format:
  31. *.iws
  32. ## Plugin-specific files:
  33. # IntelliJ
  34. /out/
  35. # mpeltonen/sbt-idea plugin
  36. .idea_modules/
  37. # JIRA plugin
  38. atlassian-ide-plugin.xml
  39. # Crashlytics plugin (for Android Studio and IntelliJ)
  40. com_crashlytics_export_strings.xml
  41. crashlytics.properties
  42. crashlytics-build.properties
  43. fabric.properties