gitIgnore

This commit is contained in:
Thomas Hodnemyr 2022-09-17 15:46:36 +02:00
parent 309bad6f95
commit da50ea5e9c
1 changed files with 26 additions and 0 deletions

26
game_notes/.gitignore vendored Normal file
View File

@ -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