diff options
| author | x10an14 <x10an14@users.noreply.github.com> | 2023-08-30 18:03:45 +0200 |
|---|---|---|
| committer | x10an14 <x10an14@users.noreply.github.com> | 2023-08-30 18:03:45 +0200 |
| commit | 013f22c89cba7dbd935b58392a1a7d8cdcdc7eb7 (patch) | |
| tree | ffb9ad3e9f033383e3c82a1ae3fe3b37d8ab3de7 /.gitignore | |
| parent | 2d1da2ab57080e32725612ffddb82006f47f7f71 (diff) | |
improvement(development): Add nix-direnv integration
So as to automatically open a nix devShell for those who use direnv/want to use direnv to make their lives more automated.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ rust-project.json *.iml *.o public/ +.direnv/ # Local Netlify folder .netlify |
