.gitignore 198 B

1234567891011121314151617181920212223
  1. # Eclipse
  2. .classpath
  3. .project
  4. .settings/
  5. # IntelliJ IDEA
  6. .idea/
  7. *.iml
  8. *.ipr
  9. *.iws
  10. # Mac
  11. .DS_Store
  12. # Maven
  13. log/
  14. target/
  15. # Visual Studio Code
  16. .vscode/
  17. # Generated by the application
  18. pipeline.dot