From 7e246158de5a554c13d6ea8be59645f0d491b0bd Mon Sep 17 00:00:00 2001 From: yanxin Date: Tue, 29 Nov 2022 09:05:43 -0600 Subject: [PATCH] initial commit --- .gitignore | 26 ++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 27 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9920ae5 --- /dev/null +++ b/.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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e0344bf --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +personal obsidian vault