Initialize SecondBrain vault repository
This commit is contained in:
commit
b40f907f5d
|
|
@ -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/
|
||||||
Loading…
Reference in New Issue