diff options
author | Moravčík, Marian <[email protected]> | 2019-12-27 23:15:56 +0100 |
---|---|---|
committer | Moravčík, Marian <[email protected]> | 2019-12-27 23:15:56 +0100 |
commit | 6570eb2e2491e830f95f85b10255f4dbad74210c (patch) | |
tree | 1b266991306eb697fd06959275a75dcb051447b2 /.gitignore | |
parent | 3d8fe99c665c2d1553307258353585217a1297b9 (diff) | |
download | bazarr-6570eb2e2491e830f95f85b10255f4dbad74210c.tar.gz bazarr-6570eb2e2491e830f95f85b10255f4dbad74210c.zip |
Implement new template
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e7310d676..2bed30eef 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ cachefile.dbm bazarr.pid /venv /data +/static/scss/.sass-cache # Allow !*.dll
\ No newline at end of file |