gitignore 수정

This commit is contained in:
Jaeyoung Lee 2024-08-12 13:10:10 +09:00
parent 0e7b5747c3
commit 3f51ef0e27

5
.gitignore vendored
View File

@ -12,6 +12,7 @@ target/
.settings .settings
.springBeans .springBeans
.sts4-cache .sts4-cache
.metadata
### IntelliJ IDEA ### ### IntelliJ IDEA ###
.idea .idea
@ -19,9 +20,6 @@ target/
*.iml *.iml
*.ipr *.ipr
### Eclipse ###
.metadata
### NetBeans ### ### NetBeans ###
/nbproject/private/ /nbproject/private/
/nbbuild/ /nbbuild/
@ -31,6 +29,7 @@ target/
build/ build/
!**/src/main/**/build/ !**/src/main/**/build/
!**/src/test/**/build/ !**/src/test/**/build/
/bin/
### VS Code ### ### VS Code ###
.vscode/ .vscode/