.gitignore 864 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. log/
  14. # Mobile Tools for Java (J2ME)
  15. .mtj.tmp/
  16. # Package Files #
  17. *.jar
  18. *.war
  19. *.ear
  20. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  21. hs_err_pid*
  22. # ---> Eclipse
  23. *.pydevproject
  24. .metadata
  25. .gradle
  26. bin/
  27. tmp/
  28. *.tmp
  29. *.bak
  30. *.swp
  31. *~.nib
  32. local.properties
  33. .settings/
  34. .loadpath
  35. # Eclipse Core
  36. .project
  37. # External tool builders
  38. .externalToolBuilders/
  39. # Locally stored "Eclipse launch configurations"
  40. *.launch
  41. # CDT-specific
  42. .cproject
  43. # JDT-specific (Eclipse Java Development Tools)
  44. .classpath
  45. # Java annotation processor (APT)
  46. .factorypath
  47. # PDT-specific
  48. .buildpath
  49. # sbteclipse plugin
  50. .target
  51. # TeXlipse plugin
  52. .texlipse