.gitignore 811 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /target/
  2. ### STS ###
  3. .apt_generated
  4. .apt_generated_tests
  5. .classpath
  6. .factorypath
  7. .project
  8. .settings
  9. .springBeans
  10. .sts4-cache
  11. ### IntelliJ IDEA ###
  12. /.idea/
  13. /out/
  14. /logs/
  15. /.mvn/
  16. !.gitignore
  17. mvnw
  18. mvnw.cmd
  19. *.iws
  20. *.iml
  21. *.ipr
  22. /toolset/codegen/src/main/resources/generateConfigration.xml
  23. /cooleshow-user/user-admin/src/main/resources/bootstrap-dev.yml
  24. /cooleshow-user/user-student/src/main/resources/bootstrap-dev.yml
  25. /cooleshow-user/user-teacher/src/main/resources/bootstrap-dev.yml
  26. /cooleshow-auth/auth-server/src/main/resources/bootstrap-dev.yml
  27. ### 忽略子模块的文件 ###
  28. **/*.ims
  29. **/*.iml
  30. **/*.ipr
  31. **/dep.txt
  32. **/.mvn/
  33. **/.idea/
  34. **/out/
  35. **/logs/
  36. **/target/
  37. **/mvnw
  38. **/mvnw.cmd
  39. ### NetBeans ###
  40. /nbproject/private/
  41. /build/
  42. /nbbuild/
  43. /dist/
  44. /nbdist/
  45. /.nb-gradle/
  46. *.class
  47. .metadata
  48. target
  49. *.classpath
  50. /bin/