chore: Update gitignore
This commit is contained in:
parent
f1224473a9
commit
6964a5aa14
3 changed files with 2 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
*.auth
|
*.auth
|
||||||
result
|
result
|
||||||
key
|
key
|
||||||
|
.direnv/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
/nix/store/rkdyfyp0x0nwvdq80b7vss4n599davvd-pre-commit-config.json
|
/nix/store/f6q34qz3fmnjqv3blhy0nb5sdp94jhva-pre-commit-config.json
|
|
@ -150,10 +150,6 @@
|
||||||
statix.enable = true;
|
statix.enable = true;
|
||||||
treefmt.enable = true;
|
treefmt.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
|
||||||
statix.ignore = [ ".direnv/**/*.nix" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue