.gitignore 520 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Java template
  3. # Compiled class file
  4. *.class
  5. # Log file
  6. *.sysLog
  7. # BlueJ files
  8. *.ctxt
  9. # Mobile Tools for Java (J2ME)
  10. .mtj.tmp/
  11. # Package Files #
  12. *.jar
  13. *.war
  14. *.nar
  15. *.ear
  16. *.zip
  17. *.tar.gz
  18. *.rar
  19. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  20. hs_err_pid*
  21. ### Example user template template
  22. ### Example user template
  23. # IntelliJ project files
  24. ../.idea
  25. ../.fleet
  26. *.iml
  27. out
  28. gen
  29. rebel.xml
  30. /target/
  31. *.iws
  32. *.ipr
  33. !/.gitignore
  34. !/logs/