Skip to content

Commit 4ff8842

Browse files
fix: gitignore still ignores .obsidian/types.json
Changed order of ignore patterns and placed `!` at the beginning.
1 parent e8fbe89 commit 4ff8842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ tsconfig.tsbuildinfo
88
.obsidian/*.json
99
*-content/.obsidian/!snippets
1010
*-content/.obsidian/plugins
11-
*-content/.obsidian/!types.json
1211
*-content/.obsidian/*.json
12+
!*-content/.obsidian/types.json
1313
.quartz-cache
1414
private/
1515
.replit

0 commit comments

Comments
 (0)