Merge pull request #223 from neutralinsomniac/add_direnv_to_gitignore

Add .direnv/ to .gitignore. This is the directory that holds the nix-generated development environment
This commit is contained in:
ripplebiz 2025-04-25 19:28:12 +10:00 committed by GitHub
commit 2f047da3a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
.vscode/launch.json
.vscode/ipch
out/
.direnv/