Browse Source

Ignore .envrc for direnv users (#12335)

David Robertson 2 years ago
parent
commit
5a32ec59b2
2 changed files with 4 additions and 0 deletions
  1. 3 0
      .gitignore
  2. 1 0
      changelog.d/12335.misc

+ 3 - 0
.gitignore

@@ -30,6 +30,9 @@ __pycache__/
 /media_store/
 /uploads
 
+# For direnv users
+/.envrc
+
 # IDEs
 /.idea/
 /.ropeproject/

+ 1 - 0
changelog.d/12335.misc

@@ -0,0 +1 @@
+Ignore `.envrc` for `direnv` users.