.gitignore 805 B

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