summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorMoravčík, Marian <[email protected]>2019-12-29 22:17:39 +0100
committerMoravčík, Marian <[email protected]>2019-12-29 22:17:39 +0100
commit0a9615f1b0f09fa9fb3d4807ed267ca0e7e7ab6f (patch)
treead570d200c1e4aade1cbbf0a0f81d2566cfad915 /.gitignore
parent34bf6026534437b6e5c388b22b084fcece62d912 (diff)
downloadbazarr-0a9615f1b0f09fa9fb3d4807ed267ca0e7e7ab6f.tar.gz
bazarr-0a9615f1b0f09fa9fb3d4807ed267ca0e7e7ab6f.zip
Authentication and downloag log file fix
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
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