1
0
Files
tweed5-commons-logging/.gitignore
xiaozhiliaoo(小知了) 921f84f795 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>
2020-12-14 14:44:49 -05:00

32 lines
304 B
Plaintext

/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/