Created
May 3, 2022 19:25
-
-
Save troyane/fe3807dfa54695ba42c896cf039d35e2 to your computer and use it in GitHub Desktop.
Obsidian.md example of gitignore file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to exclude Obsidian's settings (including plugin and hotkey configurations) | |
.obsidian/ | |
# Add below lines to exclude OS settings and caches | |
.trash/ | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment