chore: gitignore Obsidian/Claudian 볼트 루트(content/) 추가#101
Conversation
단수 content/(Obsidian 볼트, git 미추적 사본)가 untracked로 ~140개 노출되어 노이즈 + git add -A 시 실수 커밋 위험(블로그 유실 사고의 당사자). 루트 고정 /content/ 로 볼트만 무시.⚠️ 복수 contents/(실제 블로그)는 이름이 달라 매칭되지 않음 — 검증 완료: git check-ignore contents/blog = 매칭 없음, content/blog = 매칭됨. 블로그 추적 .md 64개 유지.
There was a problem hiding this comment.
Code Review
This pull request updates the .gitignore file to ignore the /content/ directory, which is used as an Obsidian/Claudian vault root, while ensuring the actual blog directory contents/ is not ignored. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
ReviewSmall, well-scoped change — Correctness
Code quality
Bugs / Security / Performance
Test coverage
No blocking issues. LGTM. |
Description
단수
content/(Obsidian/Claudian 볼트, git 미추적 노트 사본)가 untracked로 ~140개 노출되어 (1) git status/IDE 노이즈, (2)git add -A시 볼트 전체가 커밋될 footgun을 유발했습니다. 이 볼트는 앞선 블로그 유실 사고(경로 혼동content/vscontents/)의 당사자이기도 합니다. 루트 고정/content/로 볼트만 무시합니다.contents/(복수, s 있음) = 실제 블로그 게시글(Astro 빌드 대상). 무시 대상 아님, 그대로 유지.content/(단수, s 없음) = Obsidian 볼트(별도 사본, git 추적 0개). 이것만 무시./content/는 이름이 정확히content인 디렉터리만 매칭 →contents(다른 이름)는 매칭 불가.검증:
git check-ignore content/blog= 매칭,contents/blog= 매칭 없음,contents/blog/*.md64개 유지.Types of changes
Checklist