.gitignore 860 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # ---> Maven
  2. target/
  3. pom.xml.tag
  4. pom.xml.releaseBackup
  5. pom.xml.versionsBackup
  6. pom.xml.next
  7. release.properties
  8. dependency-reduced-pom.xml
  9. buildNumber.properties
  10. .mvn/timing.properties
  11. # ---> Java
  12. *.class
  13. # Mobile Tools for Java (J2ME)
  14. .mtj.tmp/
  15. # Package Files #
  16. *.jar
  17. *.war
  18. *.ear
  19. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  20. hs_err_pid*
  21. # ---> Eclipse
  22. *.pydevproject
  23. .metadata
  24. .gradle
  25. bin/
  26. tmp/
  27. *.tmp
  28. *.bak
  29. *.swp
  30. *~.nib
  31. local.properties
  32. .settings/
  33. .loadpath
  34. # Eclipse Core
  35. .project
  36. # External tool builders
  37. .externalToolBuilders/
  38. # Locally stored "Eclipse launch configurations"
  39. *.launch
  40. # CDT-specific
  41. .cproject
  42. # JDT-specific (Eclipse Java Development Tools)
  43. .classpath
  44. # Java annotation processor (APT)
  45. .factorypath
  46. # PDT-specific
  47. .buildpath
  48. # sbteclipse plugin
  49. .target
  50. # TeXlipse plugin
  51. .texlipse