Maybe ignore them everywhere

This commit is contained in:
Lillian Violet 2024-01-23 10:56:09 +01:00
parent 41c68ed662
commit f2527c80f2

View file

@ -129,8 +129,8 @@
}; };
}; };
ignores = [ ignores = [
".direnv" "*.direnv"
".vscode" "*.vscode"
]; ];
}; };