diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..73bdbcd --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore volatile UI-related state (workspace layout, etc.) +.obsidian/workspace.json +.obsidian/app.json + +# Ignore Obsidian's trash folder +.trash/ + +# Ignore system-specific and editor files +.DS_Store +Thumbs.db +.vscode/ +.idea/ + +# Ignore the obsidian-git plugin's internal data file +.obsidian-git-data \ No newline at end of file