From 0b6798e22cf955521a1b1e0d7b29ae2eda197b19 Mon Sep 17 00:00:00 2001 From: stateofshit Date: Wed, 29 Jul 2026 14:15:35 +0000 Subject: [PATCH] gitignore: ignore obsidian state files and plugin binaries --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index f979601..6847861 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,13 @@ # Plugin cache/state (per-device) .obsidian/plugins/*/data.json +.obsidian/plugins/*/main.js +.obsidian/themes/*/data.json + +# OS junk +.DS_Store +Thumbs.db + +# Editor temp +*~ +*.swp