mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
feat(nix): add .direnv
very commonly used to enter Nix devshells (see https://github.com/nix-community/nix-direnv for more info)
This commit is contained in:
parent
2466a63306
commit
3aa0c1a73b
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
# Ignore build outputs from performing a nix-build or `nix build` command
|
||||
result
|
||||
result-*
|
||||
|
||||
# Ignore automatically generated direnv output
|
||||
.direnv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue