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