.gitignore 519 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Compiled class file
  2. *.class
  3. *.classpath
  4. *.factorypath
  5. # Log file
  6. *.log
  7. # BlueJ files
  8. *.ctxt
  9. # Mobile Tools for Java (J2ME)
  10. .mtj.tmp/
  11. # Package Files #
  12. *.jar
  13. *.war
  14. *.ear
  15. *.zip
  16. *.tar.gz
  17. *.rar
  18. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  19. hs_err_pid*
  20. # IDE Files #
  21. *.iml
  22. .idea
  23. .idea/
  24. .project
  25. .settings
  26. target
  27. .DS_Store
  28. # temp ignore
  29. *.cache
  30. *.diff
  31. *.patch
  32. *.tmp
  33. # Maven ignore
  34. .flattened-pom.xml
  35. # Commitizen
  36. CHANGELOG.md
  37. node_modules/
  38. package-lock.json
  39. package.json