.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Maven template
  3. target/
  4. pom.xml.tag
  5. pom.xml.releaseBackup
  6. pom.xml.versionsBackup
  7. pom.xml.next
  8. release.properties
  9. dependency-reduced-pom.xml
  10. buildNumber.properties
  11. .mvn/timing.properties
  12. # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
  13. !/.mvn/wrapper/maven-wrapper.jar
  14. ### JetBrains template
  15. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  16. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  17. .idea/
  18. # User-specific stuff:
  19. # Sensitive or high-churn files:
  20. # Gradle:
  21. # CMake
  22. cmake-build-debug/
  23. cmake-build-release/
  24. # Mongo Explorer plugin:
  25. .idea/**/mongoSettings.xml
  26. ## File-based project format:
  27. *.iml
  28. *.iws
  29. ## Plugin-specific files:
  30. # IntelliJ
  31. out/
  32. # mpeltonen/sbt-idea plugin
  33. .idea_modules/
  34. # JIRA plugin
  35. atlassian-ide-plugin.xml
  36. # Cursive Clojure plugin
  37. .idea/replstate.xml
  38. # Crashlytics plugin (for Android Studio and IntelliJ)
  39. com_crashlytics_export_strings.xml
  40. crashlytics.properties
  41. crashlytics-build.properties
  42. fabric.properties
  43. /bootdo.iml
  44. # log
  45. applog