.gitignore 201 B

12345678910111213141516171819202122
  1. **/target/
  2. **/.gitignore
  3. # IntelliJ project files
  4. .idea
  5. *.iml
  6. **/out
  7. html
  8. # Eclipse project files
  9. **/.classpath
  10. **/.project
  11. **/.settings/
  12. **/bin/
  13. # gradle
  14. .gradle
  15. **/build
  16. # MacOS
  17. .DS_Store
  18. /repo/