better exclude formatting and checks

This commit is contained in:
2025-03-18 12:38:49 -05:00
parent cdd7e69dda
commit f85df65b4d

View File

@@ -5,6 +5,9 @@
settings.global.excludes = [
"*.toml"
"*.txt"
".gitattributes"
"CLAUDE.md"
".python-version"
];
programs.deadnix.enable = true;