You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 344B

1234567891011121314151617181920212223242526272829
  1. ### IntelliJ IDEA ###
  2. out/
  3. !**/src/main/**/out/
  4. !**/src/test/**/out/
  5. ### Eclipse ###
  6. .apt_generated
  7. .classpath
  8. .factorypath
  9. .project
  10. .settings
  11. .springBeans
  12. .sts4-cache
  13. bin/
  14. !**/src/main/**/bin/
  15. !**/src/test/**/bin/
  16. ### NetBeans ###
  17. /nbproject/private/
  18. /nbbuild/
  19. /dist/
  20. /nbdist/
  21. /.nb-gradle/
  22. ### VS Code ###
  23. .vscode/
  24. ### Mac OS ###
  25. .DS_Store