diff options
author | Leif Åstrand <leif@vaadin.com> | 2016-06-07 13:59:43 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-08-02 10:01:12 +0000 |
commit | c7ce7a129720490c31e466d62f725f9d866e0753 (patch) | |
tree | 86a6652a6b0eb97ddbe4b648bc83bea854cc7b88 /.gitignore | |
parent | 20253fb63ccc4c08604256c5c9e3effbda9f7dbe (diff) | |
download | vaadin-framework-c7ce7a129720490c31e466d62f725f9d866e0753.tar.gz vaadin-framework-c7ce7a129720490c31e466d62f725f9d866e0753.zip |
Update .gitignore to work better with EGit
Change-Id: I5f58901c34fab4466be12469d730b1c81a8265b4
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index ed97f9f878..d55a19aa04 100644 --- a/.gitignore +++ b/.gitignore @@ -11,10 +11,10 @@ /.externalToolBuilders /extras -/uitest/src/main/themes/**/styles.css +uitest/src/main/themes/VAADIN/themes/**/styles.css # Persisted scss cache files -/uitest/src/main/themes/**/styles.scss.cache +uitest/src/main/themes/VAADIN/themes/**/styles.scss.cache # /build/ /build/result |