From 2c989860a7ccd18167d4211d9a31df1167d5add1 Mon Sep 17 00:00:00 2001 From: Hannah Giovanna Dawson Date: Thu, 23 Oct 2025 13:17:54 +0100 Subject: [PATCH] Add Obsidian to the .gitignore --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 140ee8c60..194a598d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,14 @@ book + +# Jetbrains (Rider, etc) project config folder .idea/ -# editor files +# Editor files .*~ *.swp -# VSCodium files +# VSCode and VSCodium project config folder .vscode/ + +# Obsidian vault config folder +.obsidian/ \ No newline at end of file