diff options
author | Ananth Venkatesh <dev.quantum9innovation@gmail.com> | 2025-01-24 21:07:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-24 21:07:42 -0500 |
commit | 3aa0c1a73b3d51b4230b19f5b8e1d7233468ee9a (patch) | |
tree | 622925f976fd30412b1e569aadc233f9b9350504 | |
parent | 2466a63306cb6953e079fde8aa0129cbb68435e7 (diff) | |
download | gitignore-3aa0c1a73b3d51b4230b19f5b8e1d7233468ee9a.tar.gz gitignore-3aa0c1a73b3d51b4230b19f5b8e1d7233468ee9a.zip |
feat(nix): add .direnv
very commonly used to enter Nix devshells (see https://github.com/nix-community/nix-direnv for more info)
-rw-r--r-- | community/Nix.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |