.gitignore 134 B

1234567891011121314
  1. target/
  2. !.mvn/wrapper/maven-wrapper.jar
  3. ### IntelliJ IDEA ###
  4. .idea/
  5. *.iws
  6. *.iml
  7. *.ipr
  8. ### VS Code ###
  9. .vscode/
  10. ### Logs ###
  11. *.log