반영 확인 #4

Merged
seonkyu.kim merged 18 commits from debug into main 2025-05-16 05:16:46 +00:00
Showing only changes of commit 32af4df1ec - Show all commits

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