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