.gitignore 843 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # Built application files and Maven
  2. target/
  3. pom.xml.tag
  4. pom.xml.releaseBackup
  5. pom.xml.versionsBackup
  6. pom.xml.next
  7. release.properties
  8. dependency-reduced-pom.xml
  9. buildNumber.properties
  10. .mvn/timing.properties
  11. # Compiled class files
  12. *.class
  13. # Log Files
  14. *.log
  15. # About IntelliJ
  16. *.iml
  17. /.idea/
  18. /out/
  19. # BlueJ files
  20. *.ctxt
  21. # Mobile Tools for Java (J2ME)
  22. .mtj.tmp/
  23. # macOS
  24. .DS_Store
  25. # Package Files
  26. *.jar
  27. *.war
  28. *.ear
  29. *.zip
  30. *.tar.gz
  31. *.rar
  32. # CMake
  33. cmake-build-debug/
  34. # File-based project format
  35. *.iws
  36. # mpeltonen/sbt-idea plugin
  37. .idea_modules/
  38. # JIRA plugin
  39. atlassian-ide-plugin.xml
  40. # Crashlytics plugin (for Android Studio and IntelliJ)
  41. com_crashlytics_export_strings.xml
  42. crashlytics.properties
  43. crashlytics-build.properties
  44. fabric.properties
  45. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  46. hs_err_pid*