From b40f907f5dd3d9dedc1b4ee49916b8ce68fffeda Mon Sep 17 00:00:00 2001 From: jared Date: Mon, 15 Jun 2026 14:54:23 -0400 Subject: [PATCH] Initialize SecondBrain vault repository --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore 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/