.gitignore 328 B

1234567891011121314151617181920212223242526272829303132333435
  1. HELP.md
  2. target/
  3. velocity.log
  4. !.mvn/wrapper/maven-wrapper.jar
  5. ### STS ###
  6. .apt_generated
  7. .classpath
  8. .factorypath
  9. .project
  10. .settings
  11. .springBeans
  12. .sts4-cache
  13. ### IntelliJ IDEA ###
  14. .idea
  15. *.iws
  16. *.iml
  17. *.ipr
  18. .DS_Store
  19. ### NetBeans ###
  20. /nbproject/private/
  21. /nbbuild/
  22. /dist/
  23. /nbdist/
  24. /.nb-gradle/
  25. build/
  26. ### VS Code ###
  27. .vscode/