[📝] .gitignore 수정

This commit is contained in:
김선규 2025-04-14 10:20:21 +09:00
parent 0920344832
commit 32af4df1ec

9
.gitignore vendored
View File

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