Ignore .envrc for direnv users (#12335)

This commit is contained in:
David Robertson
2022-03-31 11:03:07 +01:00
committed by GitHub
parent 9a3f1f5383
commit 5a32ec59b2
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -30,6 +30,9 @@ __pycache__/
/media_store/
/uploads
# For direnv users
/.envrc
# IDEs
/.idea/
/.ropeproject/
+1
View File
@@ -0,0 +1 @@
Ignore `.envrc` for `direnv` users.