.gitignore 349 B

123456789101112131415161718192021222324252627282930
  1. *.toDelete
  2. output/**
  3. *.class
  4. *~
  5. *.iml
  6. */.idea/**
  7. .idea/**
  8. .idea
  9. *.log
  10. *.log.[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]
  11. */.classpath
  12. .classpath
  13. */.project
  14. .project
  15. .cache/**
  16. target/
  17. logs/
  18. build/
  19. .settings/
  20. /bin
  21. bin/
  22. **/dependency-reduced-pom.xml
  23. pom.xml.versionsBackup
  24. .DS_Store
  25. **/.gradle
  26. **/local.properties
  27. **/build
  28. **/target
  29. **/.env
  30. node_modules