chore: 불필요해진 /content/ gitignore 규칙 제거#103
Conversation
content/(단수) 볼트를 contents/로 통합·삭제(2026-07-01)해 /content/ 규칙이 존재하지 않는 폴더를 가리키는 죽은 규칙이 됨. 제거하여, 만약 도구가 content/를 재생성하면 git status에 노출돼 오설정을 즉시 알아채도록 함. .obsidian/·.claudian/ 규칙은 유지(contents/ 볼트 설정 무시 계속 필요).
There was a problem hiding this comment.
Code Review
This pull request updates the .gitignore file by removing the /content/ directory exclusion and updating the comments related to the Obsidian vault and Claudian settings. There are no review comments, and I have no additional 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.
ReviewVerified the claims in the PR description directly:
Code quality / correctness: change is minimal, correct, and well-scoped — just a comment tweak and rule removal, no behavior change to the blog build. No bugs, no performance impact, no security concerns (this is a Test coverage: not applicable — a One minor nit (non-blocking): the PR checklist under "Types of changes" has Overall: LGTM. This is a clean, low-risk repo-hygiene fix that removes a stale rule while correctly preserving the ones still needed. |
Description
PR #101에서 추가한
/content/무시 규칙은 이제 불필요합니다. 단수content/Obsidian 볼트를contents/로 통합·삭제(2026-07-01)했기 때문에,/content/는 존재하지 않는 폴더를 가리키는 죽은 규칙이 되었습니다.제거하면 오히려 안전합니다: 만약 볼트 도구가 실수로
content/를 재생성하면, 무시 규칙이 없어야git status에 노출되어 오설정을 즉시 알아챌 수 있습니다.유지되는 것
.obsidian/,.claudian/규칙은 그대로 유지 — 이전한contents/.obsidian·contents/.claudian(볼트 설정/세션)를 계속 무시해야 함. 검증:git check-ignore contents/.obsidian/app.json= 매칭됨.Types of changes
Checklist