You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
584 B
37 lines
584 B
HELP.md
|
|
target/
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
!**/src/main/**
|
|
!**/src/test/**
|
|
|
|
### STS ###
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.sts4-cache
|
|
|
|
### IntelliJ IDEA ###
|
|
# 保留 .idea 与模块 *.iml 以便克隆后可直接打开工程;仅忽略本机/会话文件
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
.idea/dataSources/
|
|
.idea/dataSources.local.xml
|
|
.idea/shelf/
|
|
.idea/httpRequests/
|
|
.idea/usage.statistics.xml
|
|
.idea/statistics.xml
|
|
.idea/dictionaries/
|
|
.idea/libraries/
|
|
.idea/aws.xml
|
|
*.iws
|
|
*.ipr
|
|
.idea/*
|
|
### front ###
|
|
**/dist
|
|
**/node_modules
|
|
**/.vscode
|
|
**/.env
|
|
**/.log
|
|
|
|
|