Update .gitignore

This commit is contained in:
FleyX 2018-07-31 21:32:39 +08:00 committed by GitHub
parent 3f7bd49aed
commit 05a2b1d40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
.gitignore vendored
View File

@ -21,3 +21,28 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*
/target/
!.mvn/wrapper/maven-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/