.gitignore 481 B

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