.gitignore 383 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Compiled class file
  2. *.class
  3. *.DS_Store
  4. # Log file
  5. *.log
  6. # BlueJ files
  7. *.ctxt
  8. # Mobile Tools for Java (J2ME)
  9. .mtj.tmp/
  10. # Package Files #
  11. *.jar
  12. *.war
  13. *.nar
  14. *.ear
  15. *.zip
  16. *.tar.gz
  17. *.rar
  18. *.iml
  19. *.ipr
  20. *.iws
  21. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  22. hs_err_pid*
  23. #.idea
  24. .idea/
  25. target/
  26. .gitlab-ci.yml
  27. .log_dir_IS_UNDEFINED/
  28. rebel.xml