Automatic commit: 2024-09-17 21:44:35

This commit is contained in:
Limit6 2024-09-17 21:44:35 +02:00
parent 936c569468
commit c2585ca8fd
2 changed files with 18 additions and 1 deletions

16
.gitignore vendored
View File

@ -1 +1,17 @@
Projekt osobní.md 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

View File

@ -133,7 +133,8 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 300 "width": 300,
"collapsed": true
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {