.gitignore 440 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Intellij project files
  2. *.iml
  3. *.ipr
  4. *.iws
  5. .idea/*
  6. # Compiled class file
  7. *.class
  8. # Log file
  9. *.log
  10. # Package Files #
  11. *.jar
  12. *.war
  13. *.nar
  14. *.ear
  15. *.zip
  16. *.tar.gz
  17. *.rar
  18. # Maven
  19. target/
  20. pom.xml.tag
  21. pom.xml.releaseBackup
  22. pom.xml.versionsBackup
  23. pom.xml.next
  24. release.properties
  25. dependency-reduced-pom.xml
  26. buildNumber.properties
  27. .mvn/timing.properties
  28. # Eclipse
  29. .metadata/
  30. .settings/
  31. bin/
  32. tmp/
  33. *.tmp
  34. *.bak
  35. *.swp
  36. *~.nib
  37. .project
  38. .classpath
  39. .loadpath