Commit fcb9047d authored by 郭燕飞's avatar 郭燕飞 💬

Gitignore fix

parent 5141ecea
.gradle # maven ignore
/build/ target/
!gradle/wrapper/gradle-wrapper.jar *.jar
*.war
*.zip
*.tar
*.tar.gz
### STS ### # eclipse ignore
.apt_generated .settings/
.classpath
.factorypath
.project .project
.settings .classpath
.springBeans
# idea ignore
.idea/
*.ipr
*.iml
*.iws
# gradle ignore
.gradle/
# temp ignore
*.log
*.cache
*.diff
*.patch
*.tmp
# system ignore
.DS_Store
Thumbs.db
bin
build
.class
.gitignore
classes/
### IntelliJ IDEA ### ### IntelliJ IDEA ###
*/out/ */out/
...@@ -16,11 +43,3 @@ ...@@ -16,11 +43,3 @@
*.iws *.iws
*.iml *.iml
*.ipr *.ipr
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
.gradle # maven ignore
/build/ target/
!gradle/wrapper/gradle-wrapper.jar *.jar
*.war
*.zip
*.tar
*.tar.gz
### STS ### # eclipse ignore
.apt_generated .settings/
.classpath
.factorypath
.project .project
.settings .classpath
.springBeans
# idea ignore
.idea/
*.ipr
*.iml
*.iws
# gradle ignore
.gradle/
# temp ignore
*.log
*.cache
*.diff
*.patch
*.tmp
# system ignore
.DS_Store
Thumbs.db
bin
build
.class
.gitignore
classes/
### IntelliJ IDEA ### ### IntelliJ IDEA ###
*/out/ */out/
...@@ -16,11 +43,3 @@ ...@@ -16,11 +43,3 @@
*.iws *.iws
*.iml *.iml
*.ipr *.ipr
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment