.gitignore 555 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. Compiled class file
  2. *.class
  3. # Log file
  4. *.log
  5. # BlueJ files
  6. *.ctxt
  7. # Mobile Tools for Java (J2ME)
  8. .mtj.tmp/
  9. # Package Files #
  10. *.jar
  11. *.war
  12. *.nar
  13. *.ear
  14. *.zip
  15. *.tar.gz
  16. *.rar
  17. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  18. hs_err_pid*
  19. # intellij files
  20. AtlasParent/.idea/**
  21. *.iml
  22. *.ist
  23. *.py
  24. *.lst
  25. *.properties
  26. # Maven
  27. AtlasParent/Atlas/target/**
  28. AtlasParent/AtlasBungee/target/**
  29. AtlasParent/AtlasBungee/target/**
  30. *.properties
  31. AtlasParent/**/buildNumber.properties
  32. AtlasParent/AtlasBungee/buildNumber.properties