init project

This commit is contained in:
SEAN 2026-03-03 10:05:45 +09:00
commit 671c3e3b34

39
.gitignore vendored Normal file
View File

@ -0,0 +1,39 @@
# Xcode
*.xcuserstate
xcuserdata/
*.xcscmblueprint
# 빌드 결과물
build/
DerivedData/
*.o
*.d
# 패키지 캐시 (SPM)
.build/
SourcePackages/
# 자동 생성 파일
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
# CocoaPods (사용 시 주석 해제)
# Pods/
# Podfile.lock
# macOS 시스템 파일
.DS_Store
.AppleDouble
.LSOverride
._*
# 에디터
.idea/
*.swp
*~