From 8bb615fb3ea7e9b222be7bbc3ac9d04394f3f0e3 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 26 Dec 2025 21:19:44 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index ca4e529..48be4db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,14 @@ -*.pyc -*.db -*.m4a -*.mp4 -*.mp3 -*.json +text + +# Ignore UI-specific state and cache +.obsidian/workspace.json +.obsidian/workspace-mobile.json +.obsidian/graph.json +.obsidian/cache/ + +# System and OS files +.trash/ +.DS_Store +Thumbs.db + notes/zettlekasten/.obsidian/*