fix(repo): .gitignore 오염 복구 — CLAUDE.md 추적 제외 원상복구
.gitignore 마지막 줄에 개행 없이 .tmp_* 패턴이 이어 붙어 /CLAUDE.md 규칙이 /CLAUDE.md.tmp_* 로 오염, 직전 auto 커밋이 CLAUDE.md와 임시 png를 추적에 추가했음. 규칙을 /CLAUDE.md 와 .tmp_* 두 줄로 분리하고 두 파일을 추적에서 제거(디스크 유지). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+4
-1
@@ -46,4 +46,7 @@ resources/
|
||||
/.prettierrc
|
||||
/.gitignore
|
||||
/AGENTS.md
|
||||
/CLAUDE.md.tmp_*
|
||||
/CLAUDE.md
|
||||
|
||||
# 루트 임시 파일 (세션 도구 산출물)
|
||||
.tmp_*
|
||||
|
||||
Reference in New Issue
Block a user