.gitignore 507 B

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