123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- HELP.md
- target/
- !.mvn/wrapper/maven-wrapper.jar
- !**/src/main/**
- !**/src/test/**
- ### STS ###
- .apt_generated
- .classpath
- .factorypath
- .project
- .settings
- .springBeans
- .sts4-cache
- ### IntelliJ IDEA ###
- .idea
- *.iws
- *.iml
- *.ipr
- ### NetBeans ###
- /nbproject/private/
- /nbbuild/
- /dist/
- /nbdist/
- /.nb-gradle/
- #/build/
- ### VS Code ###
- .vscode/
- ### maven ###
- .mvn
- mvnw
- mvnw.cmd
- ###properties###
- /unimall-launcher/src/main/resources/application-dev.properties
- /unimall-launcher/src/main/resources/application-prd.properties
- ### target ###
- /target/
- /unimall-admin-api/target/
- #/unimall-app-api/target/
- /unimall-biz/target/
- /unimall-data/target/
- /unimall-core/target/
- /unimall-launcher/target/
- /unimall-plugin-core/target/
- /unimall-app/unpackage/dist/
- /unimall-app/unpackage/resources/
- /unimall-app/unpackage/debug/
- /unimall-admin/dist.zip
- ###node_modules###
- /unimall-admin/node_modules/
- /unimall-app/node_modules/
- ###logs###
- unimall.log
- unimall.log.*.gz
- unimall.log.*.tmp
- ### plugins ###
- /plugins/
- /unimall-app/pages/plugins/
- /unimall-admin/src/views/plugins/
- ### xcx ###
- .map/
- /unpackage/
- *.wxss
- *.json
- *.wxml
- xiaochengxu/unpackage/
|