From 222e8b10f3d550fc239a8be604051ff322a1ba97 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 26 Dec 2025 21:14:46 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..1dd7eaf 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,12 @@ +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 \ No newline at end of file