.gitignore 304 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Compiled class file
  2. *.class
  3. .DS_Store
  4. .idea/
  5. *.iml
  6. target/
  7. # Log file
  8. *.log
  9. *.jar
  10. *.war
  11. *.nar
  12. *.ear
  13. *.zip
  14. *.tar
  15. *.tar.gz
  16. *.rar
  17. *.settings
  18. *.project
  19. .settings/
  20. *.settings
  21. .classpath
  22. .project
  23. *.idea
  24. logs
  25. .factorypath
  26. *.mvn
  27. .mvn
  28. *.iml
  29. *.factorypath
  30. *.node_modules
  31. node_modules
  32. .sts4-cache