Skip to content

Commit

Permalink
Add .envrc and update .gitignore to track it
Browse files Browse the repository at this point in the history
Added a new .envrc file with configuration for direnv and updated .gitignore to include .envrc while still ignoring .env files. This ensures proper local environment setup using direnv without accidentally committing sensitive .env files.
  • Loading branch information
flemzord committed Dec 18, 2024
1 parent d7d7164 commit dca6da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
use flake --impure
dotenv
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ dist
vendor
worktrees
dumps
.env
.env
!.envrc

0 comments on commit dca6da7

Please sign in to comment.