Skip to content

Commit

Permalink
chore: add .envrc for direnv (#1271)
Browse files Browse the repository at this point in the history
Co-authored-by: Isabel <[email protected]>
  • Loading branch information
HeitorAugustoLN and isabelroses authored Sep 7, 2024
1 parent ad2cc29 commit e8cc48e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if has nix_direnv_version; then
use flake
fi
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ deno_cache/
__pycache__/
node_modules/
dist/
.direnv/

.idea/
.vscode/
Expand Down

0 comments on commit e8cc48e

Please sign in to comment.