1
0
Fork 0

chore: Update gitignore

This commit is contained in:
Daniel Kempkens 2023-07-17 00:21:05 +02:00
parent f1224473a9
commit 6964a5aa14
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
*.auth *.auth
result result
key key
.direnv/

View file

@ -1 +1 @@
/nix/store/rkdyfyp0x0nwvdq80b7vss4n599davvd-pre-commit-config.json /nix/store/f6q34qz3fmnjqv3blhy0nb5sdp94jhva-pre-commit-config.json

View file

@ -150,10 +150,6 @@
statix.enable = true; statix.enable = true;
treefmt.enable = true; treefmt.enable = true;
}; };
settings = {
statix.ignore = [ ".direnv/**/*.nix" ];
};
}; };
}; };