diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2016-12-05 14:25:46 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2016-12-05 14:25:46 +0200 |
commit | 97fcaa2b5afbb8278890652f2954916792392933 (patch) | |
tree | 6201ddb44af7d38bbff104223f9c4a27a588b275 /.gitmodules | |
parent | ef5d61253f7f3900c9fe50612722e1bd0b64eab2 (diff) | |
download | vaadin-framework-97fcaa2b5afbb8278890652f2954916792392933.tar.gz vaadin-framework-97fcaa2b5afbb8278890652f2954916792392933.zip |
Add screenshots as a Git submodule (#86)
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..2df3ed9682 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "screenshots"] + path = tests/screenshots + url = https://github.com/vaadin/vaadin-screenshots.git + branch = 7.7 |