diff options
| -rw-r--r-- | .envrc | 4 | ||||
| -rw-r--r-- | .gitignore | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +# Automatically Load nix devShell w/dotenv +use flake @@ -12,6 +12,7 @@ rust-project.json *.iml *.o public/ +.direnv/ # Local Netlify folder .netlify |
