1
0

add more ignore to .gitignore file (#25)

* add more ignore to .gitignore file

* Update .gitignore

End file with EOL.

Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
This commit is contained in:
xiaozhiliaoo(小知了)
2020-12-15 03:44:49 +08:00
committed by GitHub
parent fdc41b1436
commit 921f84f795

28
.gitignore vendored
View File

@@ -1,3 +1,31 @@
/target/
/.classpath
/.project
/.settings/
/bin/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea/
*.iws
*.ipr
*.iml
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
/build/
### VS Code ###
.vscode/