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:
committed by
GitHub
parent
fdc41b1436
commit
921f84f795
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,3 +1,31 @@
|
|||||||
/target/
|
/target/
|
||||||
/.classpath
|
/.classpath
|
||||||
/.project
|
/.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/
|
||||||
|
|||||||
Reference in New Issue
Block a user