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.
64 lines
1.0 KiB
64 lines
1.0 KiB
# 此为注释– 将被Git 忽略
|
|
# /结尾表示是目录,忽略目录和目录下的所有件
|
|
# /开头表示根目录,否则是.gitignore的相对目录
|
|
# !开头表示反选
|
|
**/.idea/
|
|
**/target/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
*.log
|
|
.svn/
|
|
.project
|
|
rebel.xml
|
|
.rebel-remote.xml.*
|
|
**/target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
dependency-reduced-pom.xml
|
|
buildNumber.properties
|
|
.mvn/timing.properties
|
|
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
|
|
.mvn/wrapper/maven-wrapper.jar
|
|
|
|
.DS_Store
|
|
HELP.md
|
|
## target/
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
!**/src/main/**/target/
|
|
!**/src/test/**/target/
|
|
**/node_modules/
|
|
**/logs/
|
|
|
|
### 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/
|
|
/supervise-uniapp/.hbuilderx/
|
|
/supervise-uniapp/unpackage/
|
|
|