Commit 1eab97b250b601ab9942bf6b2d8b14a6091c0253
Exists in
staging
and in
7 other branches
fix conflit with serpro context
Showing
3 changed files
with
4 additions
and
2 deletions
Show diff stats
.gitmodules
@@ -20,5 +20,7 @@ | @@ -20,5 +20,7 @@ | ||
20 | path = plugins/notification | 20 | path = plugins/notification |
21 | url = https://gitlab.com/noosfero-plugins/notification.git | 21 | url = https://gitlab.com/noosfero-plugins/notification.git |
22 | [submodule "plugins/email_article"] | 22 | [submodule "plugins/email_article"] |
23 | - path = plugins/email_article | ||
24 | url = https://gitlab.com/noosfero-plugins/email_article.git | 23 | url = https://gitlab.com/noosfero-plugins/email_article.git |
24 | +[submodule "public/designs/themes/participa-theme"] | ||
25 | + path = public/designs/themes/participa-theme | ||
26 | + 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 |