Skip to content

Commit 2d8d4d8

Browse files
committed
chore: Make git ignore config files for "Vault Nickname" plugin
1 parent 75f650d commit 2d8d4d8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ yarn-error.log
1717
/data.json
1818
/.obsidian
1919

20+
# See https://github.com/rscopic/obsidian-vault-nickname
21+
# This is useful if you have multiple clones of the Tasks plugin,
22+
# and wish to distinguish between various identically named vaults.
23+
.vault-nickname
24+
**/.obsidian/plugins/vault-nickname/data.json
25+
2026
# jest coverage files
2127
/coverage
2228

@@ -44,4 +50,4 @@ yarn-error.log
4450
*.bak
4551

4652
# VS code config
47-
.vscode/
53+
.vscode/

0 commit comments

Comments
 (0)