chore: paseo.json 을 gitignore 에 추가 - #248
Merged
Merged
Conversation
외부 도구가 작업 디렉토리에 떨구는 빈 설정 파일({}, 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.jsongit status에서 사라짐 (워킹트리 클린).gitignore3줄뿐 — 코드·의존성 변경 0🤖 Generated with Claude Code
https://claude.ai/code/session_01R4K9oDEUioqDWX1sW9Lz3i