.gitignore 713 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Java template
  3. # Compiled class file
  4. *.class
  5. .idea
  6. .github
  7. *.iml
  8. # Log file
  9. *.log
  10. **/target
  11. # BlueJ files
  12. *.ctxt
  13. # Mobile Tools for Java (J2ME)
  14. .mtj.tmp/
  15. # Package Files #
  16. *.jar
  17. *.war
  18. *.nar
  19. *.ear
  20. *.zip
  21. *.tar.gz
  22. *.rar
  23. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  24. hs_err_pid*
  25. # CMake
  26. cmake-build-*/
  27. # File-based project format
  28. *.iws
  29. # IntelliJ
  30. out/
  31. # mpeltonen/sbt-idea plugin
  32. .idea_modules/
  33. # JIRA plugin
  34. atlassian-ide-plugin.xml
  35. # Crashlytics plugin (for Android Studio and IntelliJ)
  36. com_crashlytics_export_strings.xml
  37. crashlytics.properties
  38. crashlytics-build.properties
  39. fabric.properties
  40. !/.github/workflows/