Skip to content

Commit 3aa0c1a

Browse files
feat(nix): add .direnv
very commonly used to enter Nix devshells (see https://github.com/nix-community/nix-direnv for more info)
1 parent 2466a63 commit 3aa0c1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

community/Nix.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Ignore build outputs from performing a nix-build or `nix build` command
22
result
33
result-*
4+
5+
# Ignore automatically generated direnv output
6+
.direnv

0 commit comments

Comments
 (0)