Browse Source

Add .direnv/ to .gitignore. This is the directory that holds the nix-generated development environment

pull/223/head
Jeremy O'Brien 1 year ago
parent
commit
0fc4d244ea
  1. 1
      .gitignore

1
.gitignore

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

Loading…
Cancel
Save