From 1d35a918ab97bd680c91b54bbf43995dace521eb Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 13 Jul 2024 23:09:13 +0200 Subject: [PATCH] add .direnv/ to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 841ac03..3099038 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ target/ # Completion scripts completions/ + +# Directory generated by direnv when using a nix shell +.direnv/