Initialize SecondBrain vault repository

This commit is contained in:
Jared Swanson 2026-06-15 14:54:23 -04:00
commit b40f907f5d
1 changed files with 19 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# Graphify output — generated by graphify commands, fully disposable and rebuildable
graphify-out/
# Obsidian ephemeral UI state — per-machine workspace layout, should not sync across devices
.obsidian/workspace.json
# Obsidian local cache — disposable, rebuilt on next load
.obsidian/cache/
# macOS metadata — system-generated, should not sync
*.DS_Store
# Editor state and logs
*.swp
*.log
# IDE directories
/.idea/
/.vscode/