.gitignore 550 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. *.class
  2. *.log
  3. .metadata
  4. /target/
  5. *.classpath
  6. .settings
  7. .project
  8. *.iml
  9. *.log
  10. /lib/
  11. ### 忽略子模块的文件 ###
  12. **/*.ims
  13. **/*.iml
  14. **/*.ipr
  15. **/dep.txt
  16. **/.mvn/
  17. **/.idea/
  18. **/out/
  19. **/logs/
  20. **/target/
  21. **/mvnw
  22. **/mvnw.cmd
  23. ### IntelliJ IDEA ###
  24. /.idea/
  25. /out/
  26. /logs/
  27. /.mvn/
  28. !.gitignore
  29. mvnw
  30. mvnw.cmd
  31. *.iws
  32. *.ipr
  33. *.http
  34. /codegen/src/main/resources/generateConfigration.xml
  35. **/bootstrap-dev.yml
  36. **/bootstrap-dev.properties
  37. **/bootstrap-local.yml
  38. **/bootstrap-local.properties
  39. **/logback-test.xml
  40. **/logback-local.xml
  41. /bin/
  42. **/logback-spring.xml
  43. **/*.log