fix: helix ignore for specific files

This commit is contained in:
Noah Masur
2025-04-07 16:35:00 -04:00
parent ce308a6347
commit 011fb57347

View File

@ -120,6 +120,10 @@ in
};
ignores = [
"content/.obsidian/**"
];
settings = {
theme = "base16";