diff options
author | David Robertson <davidr@element.io> | 2022-03-31 11:03:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 11:03:07 +0100 |
commit | 5a32ec59b2406c31f3da50b70fce4c899e5b6be0 (patch) | |
tree | 6d2099bd28d98eb8489304d7a800aa3a58fe8281 /.gitignore | |
parent | Nuke the tox `packaging` job (#12334) (diff) | |
download | synapse-5a32ec59b2406c31f3da50b70fce4c899e5b6be0.tar.xz |
Ignore .envrc for direnv users (#12335)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3bd6b1a08c..61bbd2dfa0 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,9 @@ __pycache__/ /media_store/ /uploads +# For direnv users +/.envrc + # IDEs /.idea/ /.ropeproject/ |