From da50ea5e9c66635269a99ee4dfe73b0a4e3e5525 Mon Sep 17 00:00:00 2001 From: Thomas Hodnemyr Date: Sat, 17 Sep 2022 15:46:36 +0200 Subject: [PATCH] gitIgnore --- game_notes/.gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 game_notes/.gitignore diff --git a/game_notes/.gitignore b/game_notes/.gitignore new file mode 100644 index 0000000..9920ae5 --- /dev/null +++ b/game_notes/.gitignore @@ -0,0 +1,26 @@ +# to exclude Obsidian workspace settings (including plugin and hotkey configurations) +.obsidian/* + +# OR only to exclude workspace cache +.obsidian/workspace/* + +# Exclude plugins +.obsidian/plugins/* + +# Exclude consultant specific files "personal" +05*-*Personal/ + +# Exclude Day Planner directory placed in vault root +Day*Planners/* + +# This file is used to keep track of last auto backup/pull +.obsidian-git-data + +# Exclude Untitled Notes +Untitled* +# Exclude "bad" names +null* + +# Add below lines to exclude OS settings and caches +.trash/ +.DS_Store