From 3aa0c1a73b3d51b4230b19f5b8e1d7233468ee9a Mon Sep 17 00:00:00 2001 From: Ananth Venkatesh Date: Fri, 24 Jan 2025 21:07:42 -0500 Subject: [PATCH] feat(nix): add .direnv very commonly used to enter Nix devshells (see https://github.com/nix-community/nix-direnv for more info) --- community/Nix.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/Nix.gitignore b/community/Nix.gitignore index 1fd04ef1..912e6700 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 automatically generated direnv output +.direnv