.gitignore 621 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. target
  2. *.iml
  3. .classpath
  4. .project
  5. .settings
  6. #java
  7. *.class
  8. # Mobile Tools for Java (J2ME)
  9. .mtj.tmp/
  10. # Package Files #
  11. #*.jar
  12. *.war
  13. *.ear
  14. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  15. hs_err_pid*
  16. #eclipse
  17. *.pydevproject
  18. .metadata
  19. .gradle
  20. bin/
  21. tmp/
  22. *.tmp
  23. *.bak
  24. *.swp
  25. *~.nib
  26. local.properties
  27. .settings/
  28. .loadpath
  29. #log
  30. *.log
  31. # External tool builders
  32. .externalToolBuilders/
  33. # Locally stored "Eclipse launch configurations"
  34. *.launch
  35. # CDT-specific
  36. .cproject
  37. # PDT-specific
  38. .buildpath
  39. # sbteclipse plugin
  40. .target
  41. # TeXlipse plugin
  42. .texlipse
  43. target
  44. # Intellij
  45. *.idea
  46. *.iml