10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
# 모든 파일 무시
|
|
*
|
|
|
|
# 추적할 파일만 허용
|
|
!.gitignore
|
|
!CLAUDE.md
|
|
|
|
# .claude 폴더는 민감한 정보 포함 (credentials 등)
|
|
# 필요시 수동으로 추가: git add -f .claude/settings.json
|