Skip to content

Commit 0599491

Browse files
gitignore fix - use wildcard * for -content prefix
Allows MMW and OAAB quartz sites to share gitignore ignore patterns to ignore `/.obsidian` within their respective content folders (e.g., `mmw-content/`, `oaab-content/`, `tes3cs-content/`.
1 parent 5ae0148 commit 0599491

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ prof
66
tsconfig.tsbuildinfo
77
.obsidian/plugins
88
.obsidian/*.json
9-
mmw-content/.obsidian/!snippets
10-
mmw-content/.obsidian/plugins
11-
mmw-content/.obsidian/*.json
9+
*-content/.obsidian/!snippets
10+
*-content/.obsidian/plugins
11+
*-content/.obsidian/*.json
1212
.quartz-cache
1313
private/
1414
.replit

0 commit comments

Comments
 (0)