diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2016-12-05 13:53:53 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2016-12-05 13:53:53 +0200 |
commit | d70cd4c2b616b3243aabcc3e12f3388d4453bbf2 (patch) | |
tree | 8857c444fe8206d9cea39e472f7d615843787e1f /.gitmodules | |
parent | c7b84bf51d343867cb82a34b81cfdf0461d0919c (diff) | |
download | vaadin-framework-d70cd4c2b616b3243aabcc3e12f3388d4453bbf2.tar.gz vaadin-framework-d70cd4c2b616b3243aabcc3e12f3388d4453bbf2.zip |
Add screenshot submodule to master branch (#88)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..3b2cda8530 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "screenshots"] + path = tests/screenshots + url = https://github.com/vaadin/vaadin-screenshots.git + branch = master |