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

Commit 5a32ec5

Browse files
author
David Robertson
authored
Ignore .envrc for direnv users (#12335)
1 parent 9a3f1f5 commit 5a32ec5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ __pycache__/
3030
/media_store/
3131
/uploads
3232

33+
# For direnv users
34+
/.envrc
35+
3336
# IDEs
3437
/.idea/
3538
/.ropeproject/

changelog.d/12335.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ignore `.envrc` for `direnv` users.

0 commit comments

Comments
 (0)