Chore: gitignore 업데이트

This commit is contained in:
홍창기 2024-08-27 11:15:49 +09:00
parent c0661f03d5
commit 6b9a68589e

31
.gitignore vendored
View File

@ -1,2 +1,33 @@
.DS_Store
application.yml
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/