.gitignore 459 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. target/
  2. !.mvn/wrapper/maven-wrapper.jar
  3. ### STS ###
  4. .apt_generated
  5. .classpath
  6. .factorypath
  7. .project
  8. .settings
  9. .springBeans
  10. .gitignore
  11. >.gitignore
  12. .DS_Store
  13. ### IntelliJ IDEA ###
  14. .idea/
  15. *.iws
  16. *.iml
  17. *.ipr
  18. ### NetBeans ###
  19. nbproject/private/
  20. build/
  21. nbbuild/
  22. dist/
  23. nbdist/
  24. .nb-gradle/
  25. mvnw.cmd
  26. mvnw
  27. .mvn/
  28. ### JRebel ###
  29. rebel.xml
  30. ### Sonar ###
  31. .scannerwork
  32. ### Windows ###
  33. Thumbs.db
  34. ehthumbs.db
  35. Desktop.ini
  36. ### Others ###
  37. *.log
  38. */log
  39. LOG_PATH_IS_UNDEFINED/