commit b40f907f5dd3d9dedc1b4ee49916b8ce68fffeda Author: jared Date: Mon Jun 15 14:54:23 2026 -0400 Initialize SecondBrain vault repository diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b85d657 --- /dev/null +++ b/.gitignore @@ -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/