Skip to content

Commit

Permalink
only ignore {flake,default}.nix and {.envrc,.direnv/} in the root
Browse files Browse the repository at this point in the history
this makes it so files in `src/nix-dev-shell` are *not* ignored, as they
should not be. note that `flake.lock` is still ignored globally.
  • Loading branch information
WaffleLapkin committed Dec 9, 2024
1 parent a224f38 commit 5f99e96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ package.json
tests/rustdoc-gui/src/**.lock

## direnv
.envrc
.direnv/
/.envrc
/.direnv/

## nix
flake.nix
/flake.nix
flake.lock
default.nix
/default.nix

# Before adding new lines, see the comment at the top.

0 comments on commit 5f99e96

Please sign in to comment.