Browse Source

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
pull/228/head
ripplebiz 1 year ago
committed by GitHub
parent
commit
2f047da3a3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .gitignore

1
.gitignore

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

Loading…
Cancel
Save