diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-12-19 16:44:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-19 16:44:09 +0000 |
commit | a17c4e05904c8b9f155d429ad6f7dae9e1f36acf (patch) | |
tree | 7f01305b0f5dd6bded72ef69e4322809d400124f /.gitignore | |
parent | Bump serde from 1.0.150 to 1.0.151 (#14697) (diff) | |
download | synapse-a17c4e05904c8b9f155d429ad6f7dae9e1f36acf.tar.xz |
Add the `.direnv/` directory to .gitignore (#14707)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 15fbfdddf1..2b09bddf18 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ __pycache__/ # For direnv users /.envrc +.direnv/ # IDEs /.idea/ |