Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Ignore .envrc for direnv users (#12335)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson authored Mar 31, 2022
1 parent 9a3f1f5 commit 5a32ec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ __pycache__/
/media_store/
/uploads

# For direnv users
/.envrc

# IDEs
/.idea/
/.ropeproject/
Expand Down
1 change: 1 addition & 0 deletions changelog.d/12335.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ignore `.envrc` for `direnv` users.

0 comments on commit 5a32ec5

Please sign in to comment.