add: adding branding and project profile to workspace
This commit is contained in:
parent
d0b684d175
commit
6ce2633e3a
4 changed files with 14 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -19,3 +19,9 @@
|
||||||
[submodule "stubs/web"]
|
[submodule "stubs/web"]
|
||||||
path = stubs/web
|
path = stubs/web
|
||||||
url = https://github.com/protevus/web
|
url = https://github.com/protevus/web
|
||||||
|
[submodule "resources/branding"]
|
||||||
|
path = resources/branding
|
||||||
|
url = https://github.com/protevus/branding
|
||||||
|
[submodule "resources/profile"]
|
||||||
|
path = resources/profile
|
||||||
|
url = https://github.com/protevus/.github
|
||||||
|
|
|
@ -23,6 +23,12 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "stubs/IoT"
|
"path": "stubs/IoT"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "resources/branding"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "resources/profile"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
1
resources/branding
Submodule
1
resources/branding
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 452b47462e4fac9cfccd0cc1b74c551bc6b69e7e
|
1
resources/profile
Submodule
1
resources/profile
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit db8791b7a4ef2413983ce1d44164274c1951fc6b
|
Loading…
Reference in a new issue