12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- 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
- /uni_applet/unpackage/
|