diff options
author | Bazarr <[email protected]> | 2020-05-03 16:25:51 +0100 |
---|---|---|
committer | Bazarr <[email protected]> | 2020-05-03 16:25:51 +0100 |
commit | 2e798bec0b888fee3d91998133d296dc1dbc060b (patch) | |
tree | 927f774bd09936264a097a5be05b6bd023de2677 /.gitignore | |
parent | 5ad70d940f935977b9d44f496bd98dd3695c1102 (diff) | |
download | bazarr-2e798bec0b888fee3d91998133d296dc1dbc060b.tar.gz bazarr-2e798bec0b888fee3d91998133d296dc1dbc060b.zip |
added .vscode to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e7310d676..e17044bdb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ cachefile.dbm bazarr.pid /venv /data +/.vscode # Allow !*.dll
\ No newline at end of file |