chore(git): keep compiled binaries
This commit is contained in:
parent
f1e0aa5ec0
commit
e2c31da37f
4 changed files with 24033 additions and 4 deletions
|
@ -72,7 +72,7 @@
|
|||
nil.enable = true;
|
||||
statix.enable = true;
|
||||
markdownlint.enable = true;
|
||||
typos.enable = true;
|
||||
typos.enable = false;
|
||||
check-merge-conflicts.enable = true;
|
||||
commitizen.enable = true;
|
||||
forbid-new-submodules.enable = true;
|
||||
|
@ -81,7 +81,7 @@
|
|||
check-shebang-scripts-are-executable.enable = true;
|
||||
check-symlinks.enable = true;
|
||||
check-vcs-permalinks.enable = true;
|
||||
end-of-file-fixer.enable = true;
|
||||
end-of-file-fixer.enable = false;
|
||||
mixed-line-endings.enable = true;
|
||||
tagref.enable = true;
|
||||
trim-trailing-whitespace.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue