From a3ba789f98116ab9a9d353267913708a31049852 Mon Sep 17 00:00:00 2001 From: DanielF Date: Tue, 7 Apr 2026 16:22:36 +0200 Subject: [PATCH] Add .gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60aeddb --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# to exclude Obsidian's settings (including plugin and hotkey configurations) +.obsidian/ + +# to only exclude plugin configuration. Might be useful to prevent some plugin from exposing sensitive data +.obsidian/plugins + +# OR only to exclude workspace cache +.obsidian/workspace.json + +# to exclude workspace cache specific to mobile devices +.obsidian/workspace-mobile.json + +# Add below lines to exclude OS settings and caches +.trash/ +.DS_Store \ No newline at end of file