Skip to content

Commit 5f99e96

Browse files
committedDec 9, 2024
only ignore {flake,default}.nix and {.envrc,.direnv/} in the root
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.
1 parent a224f38 commit 5f99e96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ package.json
8888
tests/rustdoc-gui/src/**.lock
8989

9090
## direnv
91-
.envrc
92-
.direnv/
91+
/.envrc
92+
/.direnv/
9393

9494
## nix
95-
flake.nix
95+
/flake.nix
9696
flake.lock
97-
default.nix
97+
/default.nix
9898

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

0 commit comments

Comments
 (0)
Please sign in to comment.