From 28b20c5ec313cbe6e8174dcfe4dc1526f262e6ce Mon Sep 17 00:00:00 2001 From: Mango The Fourth <40720523+MangoIV@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:58:06 +0100 Subject: [PATCH] chore: add a couple of direnv specific files to the gitignore (#8165) # Description Hi, I would like to add a couple of things to the `.gitignore` that would probably not be preferred to be checked out. Thanks in advance! :) # User-Facing Changes - none # Tests + Formatting - not affected # After Submitting - not affected --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 96faa5d46..db0d9d8ce 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,11 @@ tarpaulin-report.html .vs/* *.rsproj *.rsproj.user -*.sln \ No newline at end of file +*.sln + +# direnv +.direnv/ +.envrc + +# pre-commit-hooks +.pre-commit-config.yaml