.gitignore 144 B

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