.gitignore 179 B

1234567891011121314151617
  1. .idea
  2. *.iws
  3. *.iml
  4. *.ipr
  5. target/
  6. application-dev.yml
  7. application-pro.yml
  8. application-prod.yml
  9. application-test.yml
  10. logs/
  11. *.log
  12. .classpath
  13. .factorypath
  14. .project
  15. /test.txt
  16. *.vscode/