mirror of
https://github.com/1024-lab/smart-admin.git
synced 2025-08-29 09:29:57 +00:00
26 lines
259 B
Plaintext
26 lines
259 B
Plaintext
HELP.md
|
|
target/
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
!**/src/main/**
|
|
!**/src/test/**
|
|
|
|
### STS ###
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.sts4-cache
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
### front ###
|
|
**/dist
|
|
**/node_modules
|
|
**/.vscode
|
|
|