diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-31 11:14:44 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-03-31 13:48:52 +0000 |
commit | bbd3549959ca6d7fbd9a78b85c5a6fa1121e00b8 (patch) | |
tree | 1b7647834f257190ccd8bad1de374cd2d24d9f49 /.gitignore | |
parent | a82561b309f62cae4bce105403343e0b73998e64 (diff) | |
download | vaadin-framework-bbd3549959ca6d7fbd9a78b85c5a6fa1121e00b8.tar.gz vaadin-framework-bbd3549959ca6d7fbd9a78b85c5a6fa1121e00b8.zip |
Build vaadin-all with maven
Change-Id: I87aef5ee0b35ff8746a182192706f236afaef32d
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e93f78b267..e3909d5656 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,7 @@ scripts/*.pyc # build result folders */result result +all/target/ push/target/ shared/target/ server/target/ |