.gitignore 672 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .metadata
  2. bin/
  3. target/
  4. tmp/
  5. *.tmp
  6. *.bak
  7. *.swp
  8. *~.nib
  9. local.properties
  10. .settings/
  11. .loadpath
  12. .recommenders
  13. # Eclipse Core
  14. .project
  15. # External tool builders
  16. .externalToolBuilders/
  17. # Locally stored "Eclipse launch configurations"
  18. *.launch
  19. # PyDev specific (Python IDE for Eclipse)
  20. *.pydevproject
  21. # CDT-specific (C/C++ Development Tooling)
  22. .cproject
  23. # JDT-specific (Eclipse Java Development Tools)
  24. .classpath
  25. # Java annotation processor (APT)
  26. .factorypath
  27. # PDT-specific (PHP Development Tools)
  28. .buildpath
  29. # sbteclipse plugin
  30. .target
  31. # Tern plugin
  32. .tern-project
  33. # TeXlipse plugin
  34. .texlipse
  35. # STS (Spring Tool Suite)
  36. .springBeans
  37. # Code Recommenders
  38. .recommenders/