.gitignore 476 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. rebel-remote.xml
  31. ### Sonar ###
  32. .scannerwork
  33. ### Windows ###
  34. Thumbs.db
  35. ehthumbs.db
  36. Desktop.ini
  37. ### Others ###
  38. *.log
  39. */log
  40. LOG_PATH_IS_UNDEFINED/