[📝] .gitignore 수정
This commit is contained in:
parent
0920344832
commit
32af4df1ec
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,11 +1,17 @@
|
|||
# 특정 환경에 따라 추가
|
||||
/private/
|
||||
/publish/
|
||||
/bin/
|
||||
/obj/
|
||||
|
||||
./private/
|
||||
./privacy/
|
||||
./publish/
|
||||
publish/
|
||||
./bin/
|
||||
|
||||
|
||||
|
||||
|
||||
# 기본 파일 및 폴더 제외
|
||||
*.log
|
||||
*.env
|
||||
|
@ -14,6 +20,7 @@ publish/
|
|||
*.swp
|
||||
|
||||
# macOS 관련 파일 제외
|
||||
._
|
||||
._*
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
|
|
Loading…
Reference in New Issue
Block a user