.gitignore 241 B

123456789101112131415161718192021222324252627
  1. **/target/
  2. **/.gitignore
  3. # IntelliJ project files
  4. .idea
  5. *.iml
  6. **/out
  7. html
  8. *.ipr
  9. *.iws
  10. # Eclipse project files
  11. **/.classpath
  12. **/.project
  13. **/.settings/
  14. **/bin/
  15. # gradle
  16. .gradle
  17. **/build
  18. # MacOS
  19. .DS_Store
  20. /repo/
  21. gradle/
  22. gradlew
  23. gradlew.bat