Skip to content

Commit de66473

Browse files
authored
chore: Make git happy with the resources/sample_vaults/Tasks-Demo/ sample vault (#815)
* chore: Core plugin "open-with-default-app" removed by Obsidian 0.15.2 * chore: Make git ignore .hotreload files These are useful to make the hot-reload plugin work when testing development versions of plugins, but we don't ever want to commit them.
1 parent 2daca4b commit de66473

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ yarn-error.log
2222

2323
# files in sample vaults
2424
/resources/sample_vaults/Tasks-Demo/.obsidian/workspace
25+
.hotreload
2526

2627
# Backup files.
2728
*.bak

resources/sample_vaults/Tasks-Demo/.obsidian/core-plugins.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
"editor-status",
1111
"markdown-importer",
1212
"word-count",
13-
"open-with-default-app",
1413
"file-recovery"
1514
]

0 commit comments

Comments
 (0)