diff options
author | elmot <elmot@vaadin.com> | 2016-03-29 17:17:08 +0300 |
---|---|---|
committer | elmot <elmot@vaadin.com> | 2016-03-30 13:47:18 +0300 |
commit | e86bee0354b90d1db6d50eb7257b28101dab743e (patch) | |
tree | e8f29a81555e409caa5197083588ddd8edc4e4fe /.gitignore | |
parent | 1482d63643f3d03a7fa887a5de7cc251b1313a11 (diff) | |
download | vaadin-framework-e86bee0354b90d1db6d50eb7257b28101dab743e.tar.gz vaadin-framework-e86bee0354b90d1db6d50eb7257b28101dab743e.zip |
Build widgets with maven
Change-Id: I4ffe710a330e863737561d1c9d2e6f46c3d32c95
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bdff76f80a..0077534c90 100644 --- a/.gitignore +++ b/.gitignore @@ -92,6 +92,7 @@ client-compiler/target/ buildhelpers/target/ client-compiled/target/ themes/target/ +widgets/target/ .sass-cache phantomjsdriver.log |