diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-11-15 18:24:17 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-01-09 12:43:17 +0000 |
commit | 07e00fe8e09a224be2631df2e1ae2b8cbb46d466 (patch) | |
tree | 589780fa20039daab44c4e0a10aa4d3db80feaa5 /.gitignore | |
parent | 441472f311ef9f38af233705d2480766c50e51d1 (diff) | |
download | vaadin-framework-07e00fe8e09a224be2631df2e1ae2b8cbb46d466.tar.gz vaadin-framework-07e00fe8e09a224be2631df2e1ae2b8cbb46d466.zip |
Persist scss cache (#15228)
Change-Id: I29bf746c3100df15bb04cc03b28ae64db4c5f987
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 11a0b3db84..1433651abc 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,9 @@ /WebContent/VAADIN/themes/valo/styles.css /WebContent/VAADIN/themes/tests-valo*/styles.css +# Persisted scss cache files +/WebContent/VAADIN/themes/*/styles.scss.cache + # /WebContent/VAADIN/widgetsets/ /WebContent/VAADIN/widgetsets /WebContent/VAADIN/gwt-unitCache* |