mirror of
https://gitee.com/niucloud-team/javashop.git
synced 2026-04-25 11:18:23 +00:00
52 lines
730 B
Plaintext
52 lines
730 B
Plaintext
HELP.md
|
|
target/
|
|
logs/
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
!**/src/main/**/target/
|
|
!**/src/test/**/target/
|
|
|
|
|
|
### 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/
|
|
!**/src/main/**/build/
|
|
!**/src/test/**/build/
|
|
|
|
### VS Code ###
|
|
.vscode/
|
|
|
|
php
|
|
admin/auto-imports.d.ts
|
|
admin/components.d.ts
|
|
logs/**
|
|
webroot/runtime/upgrade
|
|
webroot/runtime/cloud_build
|
|
webroot/runtime/weapp_build
|
|
webroot/runtime/app_build
|
|
webroot/public
|
|
webroot/resource/upload
|
|
webroot/public/admin
|
|
webroot/public/wap
|
|
webroot/public/web
|
|
webroot/runtime/uni-app
|
|
webroot/runtime/admin
|
|
webroot/runtime/wap |