Rollup merge of #131176 - dev-ardi:gitignore, r=Noratrieb
.gitignore files for nix This adds support for direnv and nix flakes / nix shell. I'm not sure if we should have a working nix configuration though. r? ``@noratrieb``
This commit is contained in:
commit
d3a3ac2b38
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -86,4 +86,13 @@ package.json
|
|||
## Rustdoc GUI tests
|
||||
tests/rustdoc-gui/src/**.lock
|
||||
|
||||
## direnv
|
||||
.envrc
|
||||
.direnv/
|
||||
|
||||
## nix
|
||||
flake.nix
|
||||
flake.lock
|
||||
default.nix
|
||||
|
||||
# Before adding new lines, see the comment at the top.
|
||||
|
|
Loading…
Add table
Reference in a new issue