mirror of
https://github.com/Limit-sest/1.K-Notes.git
synced 2025-09-07 17:04:42 +00:00
18 lines
459 B
Plaintext
18 lines
459 B
Plaintext
Projekt osobní.md
|
|
|
|
# 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
|