diff options
author | Moravčík, Marian <[email protected]> | 2019-12-29 22:17:39 +0100 |
---|---|---|
committer | Moravčík, Marian <[email protected]> | 2019-12-29 22:17:39 +0100 |
commit | 0a9615f1b0f09fa9fb3d4807ed267ca0e7e7ab6f (patch) | |
tree | ad570d200c1e4aade1cbbf0a0f81d2566cfad915 /.gitignore | |
parent | 34bf6026534437b6e5c388b22b084fcece62d912 (diff) | |
download | bazarr-0a9615f1b0f09fa9fb3d4807ed267ca0e7e7ab6f.tar.gz bazarr-0a9615f1b0f09fa9fb3d4807ed267ca0e7e7ab6f.zip |
Authentication and downloag log file fix
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index caf8b6a51..0bac645ee 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,9 @@ cachefile.dbm bazarr.pid /venv /data -/static/scss/.sass-cache +static/scss/.sass-cache/* +static/scss/.sass-cache +*.scssc # Allow !*.dll
\ No newline at end of file |