Add .direnv to gitignore

This commit is contained in:
Javier Feliz 2025-09-05 23:54:02 -04:00
parent b9c4c65082
commit 8c5b9f9295
3 changed files with 4 additions and 2 deletions

View File

@ -1 +0,0 @@
flake-profile-3-link

View File

@ -1 +0,0 @@
/nix/store/8b5yx1xf1rxjli92p6d51naaglfvpxm7-nix-shell-env

4
.gitignore vendored
View File

@ -1 +1,5 @@
# Rust build artifacts
/target /target
# direnv cache (should not be committed)
.direnv/