Skip to content

Commit e8fbe89

Browse files
.gitignore: allow .obsidian/types.json
`.obsidian/types.json` defines types of Obsidian properties. If one creates a custom property (the default property type is 'text') and tells it to behave as a 'list', this updates `types.json`. If this file is ignored, those custom properties will revert to default Property Type so Obsidian will throw an error for the YAML properties, as the property type of 'text' would be formatted like a 'list'.
1 parent f6edf47 commit e8fbe89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tsconfig.tsbuildinfo
88
.obsidian/*.json
99
*-content/.obsidian/!snippets
1010
*-content/.obsidian/plugins
11+
*-content/.obsidian/!types.json
1112
*-content/.obsidian/*.json
1213
.quartz-cache
1314
private/

0 commit comments

Comments
 (0)