Skip to content

Commit

Permalink
Rollup merge of #131176 - dev-ardi:gitignore, r=Noratrieb
Browse files Browse the repository at this point in the history
.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``
  • Loading branch information
matthiaskrgr authored Oct 3, 2024
2 parents 33b4947 + 510e262 commit d3a3ac2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d3a3ac2

Please sign in to comment.