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:
Matthias Krüger 2024-10-03 21:52:45 +02:00 committed by GitHub
commit d3a3ac2b38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
.gitignore vendored
View file

@ -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.