diff options
author | Erik Johnston <erik@matrix.org> | 2018-02-05 12:06:46 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-02-05 12:06:46 +0000 |
commit | b5049d2e5cab5780c08c61b9d8ac70c6a9298fb1 (patch) | |
tree | 6c79c3d13f11857198d8a438f45997e3374b569c /.gitignore | |
parent | Merge pull request #2791 from matrix-org/erikj/media_storage_refactor (diff) | |
download | synapse-b5049d2e5cab5780c08c61b9d8ac70c6a9298fb1.tar.xz |
Add .vscode to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 491047c352..c8901eb206 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,5 @@ static/client/register/register_config.js env/ *.config + +.vscode/ |