chore: ignore Obsidian vault and personal sidecar files
Add .obsidian/ (Obsidian vault config) and _*.md (personal sidecar notes) to .gitignore so the docs/ tree can serve as canonical source of truth while still being usable as an Obsidian vault for personal authoring. The docs index generator already excludes the same _*.md pattern from INDEX.md.
This commit is contained in:
parent
eea5c86886
commit
d9dbdb1946
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -72,4 +72,8 @@ jp.sh
|
|||
|
||||
# Lokale scratch-bestanden
|
||||
Brainstro
|
||||
/graphify-out
|
||||
/graphify-out
|
||||
|
||||
# Personal Obsidian authoring layer (vault config + sidecar files prefixed `_`)
|
||||
.obsidian/
|
||||
_*.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue