Skip to content

chore: paseo.json 을 gitignore 에 추가 - #248

Merged
k002bill2 merged 1 commit into
mainfrom
chore/gitignore-paseo
Aug 9, 2026
Merged

chore: paseo.json 을 gitignore 에 추가#248
k002bill2 merged 1 commit into
mainfrom
chore/gitignore-paseo

Conversation

@k002bill2

Copy link
Copy Markdown
Owner

Summary

외부 도구가 작업 디렉토리에 떨구는 빈 설정 파일({}, 3바이트)을 gitignore 에 넣는다. 레포 내 소비자 0건(실측)이다.

왜 지금

유일한 레포 내 참조는 B4·B5 계획서의 "이 파일을 조심하라" 는 경고 문구다. 근거가 있다 — pre-commit 훅이 이 미추적 파일을 무관한 커밋에 쓸어 담은 실측 사례가 B4 에 있었다.

B5(#247)는 git add . 대신 파일을 명시하고 매 커밋마다 git show --stat 으로 확인해 28개 커밋 전부 깨끗했다. 하지만 매번 사람이 확인해야 하는 안전장치는 언젠가 빠진다. 아예 시야에서 제외하는 편이 낫다.

배치 위치는 기존 "Local AI-tooling config" 섹션 (.agents/ · .codex/ 옆) — 성격이 같다.

Test Plan

  • git check-ignore -v paseo.json.gitignore:114:paseo.json
  • git status 에서 사라짐 (워킹트리 클린)
  • main 대비 diff 가 .gitignore 3줄뿐 — 코드·의존성 변경 0

🤖 Generated with Claude Code

https://claude.ai/code/session_01R4K9oDEUioqDWX1sW9Lz3i

외부 도구가 작업 디렉토리에 떨구는 빈 설정 파일({}, 3바이트)이다.
레포 내 소비자 0건(실측) — 유일한 참조는 B4·B5 계획서의 '이 파일을
조심하라' 는 경고 문구다.

그 경고의 근거: pre-commit 훅이 이 미추적 파일을 무관한 커밋에 쓸어
담은 실측 사례가 B4 에 있다. B5(PR #247)는 git add . 대신 파일을
명시하고 매 커밋마다 git show --stat 으로 확인해 28개 전부 깨끗했지만,
매번 사람이 확인해야 하는 안전장치는 언젠가 빠진다. 아예 시야에서
제외한다.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01R4K9oDEUioqDWX1sW9Lz3i
@k002bill2
k002bill2 merged commit ec5fa90 into main Aug 9, 2026
9 checks passed
@k002bill2
k002bill2 deleted the chore/gitignore-paseo branch August 9, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant