.gitignore 753 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. HELP.md
  2. target/
  3. !.mvn/wrapper/maven-wrapper.jar
  4. !**/src/main/**
  5. !**/src/test/**
  6. ### STS ###
  7. .apt_generated
  8. .classpath
  9. .factorypath
  10. .project
  11. .settings
  12. .springBeans
  13. .sts4-cache
  14. ### IntelliJ IDEA ###
  15. .idea
  16. *.iws
  17. *.iml
  18. *.ipr
  19. ### NetBeans ###
  20. /nbproject/private/
  21. /nbbuild/
  22. /dist/
  23. /nbdist/
  24. /.nb-gradle/
  25. #/build/
  26. ### VS Code ###
  27. .vscode/
  28. ### maven ###
  29. .mvn
  30. mvnw
  31. mvnw.cmd
  32. ###properties###
  33. /unimall-launcher/src/main/resources/application-dev.properties
  34. /unimall-launcher/src/main/resources/application-prd.properties
  35. ### target ###
  36. /target/
  37. /unpackage/
  38. ###node_modules###
  39. /node_modules/
  40. ###logs###
  41. unimall.log
  42. unimall.log.*.gz
  43. unimall.log.*.tmp
  44. ###templates###
  45. /templates/
  46. ### plugins ###
  47. /plugins/
  48. /pages/plugins/
  49. /unimall-admin/src/views/plugins/