.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .metadata
  2. tmp/
  3. *.tmp
  4. *.bak
  5. *.swp
  6. *~.nib
  7. local.properties
  8. .settings
  9. .loadpath
  10. .recommenders
  11. .classpath
  12. .project
  13. .class
  14. # External tool builders
  15. .externalToolBuilders/
  16. # Locally stored "Eclipse launch configurations"
  17. *.launch
  18. # PyDev specific (Python IDE for Eclipse)
  19. *.pydevproject
  20. # CDT-specific (C/C++ Development Tooling)
  21. .cproject
  22. # CDT- autotools
  23. .autotools
  24. # Java annotation processor (APT)
  25. .factorypath
  26. # PDT-specific (PHP Development Tools)
  27. .buildpath
  28. # sbteclipse plugin
  29. .target
  30. # Tern plugin
  31. .tern-project
  32. # TeXlipse plugin
  33. .texlipse
  34. # STS (Spring Tool Suite)
  35. .springBeans
  36. # Code Recommenders
  37. .recommenders/
  38. # Annotation Processing
  39. .apt_generated/
  40. .apt_generated_test/
  41. # Scala IDE specific (Scala & Java development for Eclipse)
  42. .cache-main
  43. .scala_dependencies
  44. .worksheet
  45. # Uncomment this line if you wish to ignore the project description file.
  46. # Typically, this file would be tracked if it contains build/dependency configurations:
  47. #.project
  48. .idea
  49. **/target
  50. **/webapp/userfiles
  51. **/WEB-INF/classes
  52. jee-test.iml
  53. jeesite-web.iml