.gitignore 126 B

1234567891011121314151617
  1. .git/
  2. .idea/
  3. *.iml
  4. target/
  5. out/
  6. *.log
  7. artifacts.zip
  8. artifacts/
  9. #VSCODE
  10. .vscode/
  11. .classpath
  12. .factorypath
  13. .project
  14. .settings/