Commit 012b9e8fd01c882efa43805b494bc0ed4cf49767
1 parent
7e5a97ff
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
adding participa-theme as submodule
Showing
3 changed files
with
4 additions
and
1 deletions
Show diff stats
.gitmodules
@@ -19,3 +19,6 @@ | @@ -19,3 +19,6 @@ | ||
19 | [submodule "plugins/email_article"] | 19 | [submodule "plugins/email_article"] |
20 | path = plugins/email_article | 20 | path = plugins/email_article |
21 | url = git@gitlab.com:noosfero-plugins/email_article.git | 21 | url = git@gitlab.com:noosfero-plugins/email_article.git |
22 | +[submodule "public/designs/themes/participa-theme"] | ||
23 | + path = public/designs/themes/participa-theme | ||
24 | + url = https://gitlab.com/participa/participa-theme.git |
gitignore.example
@@ -20,7 +20,6 @@ public/image_uploads | @@ -20,7 +20,6 @@ public/image_uploads | ||
20 | public/thumbnails | 20 | public/thumbnails |
21 | public/user_themes | 21 | public/user_themes |
22 | public/designs/themes/default | 22 | public/designs/themes/default |
23 | -public/designs/themes/* | ||
24 | public/designs/icons/default | 23 | public/designs/icons/default |
25 | 24 | ||
26 | public/assets | 25 | public/assets |
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +Subproject commit 39da58384fc3f011de026b593b7b8e849a840250 |