exclude lock files
This commit is contained in:
parent
9cfd96481c
commit
d138a14ee1
1 changed files with 5 additions and 0 deletions
|
|
@ -10,4 +10,9 @@
|
|||
shellcheck.enable = true;
|
||||
deadnix.enable = true;
|
||||
};
|
||||
settings = {
|
||||
global.excludes = [
|
||||
"*.lock"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue