From 9bf40fba3296f2829b2e952a4e7a2409e8db3661 Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Thu, 27 Jun 2024 22:08:47 +1000 Subject: [PATCH] Nix.gitignore: direnv Ignore a direnv folder inside a nix-based repository. --- community/Nix.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/Nix.gitignore b/community/Nix.gitignore index 1fd04ef1..26fc49d3 100644 --- a/community/Nix.gitignore +++ b/community/Nix.gitignore @@ -1,3 +1,6 @@ # Ignore build outputs from performing a nix-build or `nix build` command result result-* + +# Ignore direnv folder +.direnv/