Skip to content

Commit

Permalink
Add direnv files to .gitignore
Browse files Browse the repository at this point in the history
Direnv let's you run specific commands or set environment variables as
you enter a directory.
  • Loading branch information
ogenstad committed Apr 19, 2023
1 parent 03105ed commit 2874c09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ node_modules/*
development/docker-compose.override.yml
.DS_Store
.python-version

# Direnv files (https://direnv.net/)
.direnv/
.envrc

0 comments on commit 2874c09

Please sign in to comment.