diff --git a/.gitmodules b/.gitmodules index 9b10ff7..213232b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "templates/privileged-empty-app/src"] path = templates/privileged-empty-app/src url = https://github.com/mozilla/mortar-privileged-empty-app.git +[submodule "templates/hello-world/src"] + path = templates/hello-world/src + url = https://github.com/mozilla/mortar-hello-world.git diff --git a/templates/hello-world/icon.png b/templates/hello-world/icon.png new file mode 100644 index 0000000..7db00d7 Binary files /dev/null and b/templates/hello-world/icon.png differ diff --git a/templates/hello-world/src b/templates/hello-world/src new file mode 160000 index 0000000..274f63b --- /dev/null +++ b/templates/hello-world/src @@ -0,0 +1 @@ +Subproject commit 274f63be25dbb38b1fec4751fe148b56fe0cadec