exclude lock files

This commit is contained in:
Osman Faruk Bayram 2025-11-27 09:04:45 +03:00
parent 9cfd96481c
commit d138a14ee1

View file

@ -10,4 +10,9 @@
shellcheck.enable = true;
deadnix.enable = true;
};
settings = {
global.excludes = [
"*.lock"
];
};
}