From 6ce2633e3ae4efae2ea5b4f106a2b55d94768e8a Mon Sep 17 00:00:00 2001 From: Patrick Stewart Date: Sun, 14 Jul 2024 23:19:54 -0700 Subject: [PATCH] add: adding branding and project profile to workspace --- .gitmodules | 6 ++++++ platform.code-workspace | 6 ++++++ resources/branding | 1 + resources/profile | 1 + 4 files changed, 14 insertions(+) create mode 160000 resources/branding create mode 160000 resources/profile diff --git a/.gitmodules b/.gitmodules index 5a2205b..dca659d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,9 @@ [submodule "stubs/web"] path = stubs/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 diff --git a/platform.code-workspace b/platform.code-workspace index 45283e9..42010fb 100644 --- a/platform.code-workspace +++ b/platform.code-workspace @@ -23,6 +23,12 @@ }, { "path": "stubs/IoT" + }, + { + "path": "resources/branding" + }, + { + "path": "resources/profile" } ] } \ No newline at end of file diff --git a/resources/branding b/resources/branding new file mode 160000 index 0000000..452b474 --- /dev/null +++ b/resources/branding @@ -0,0 +1 @@ +Subproject commit 452b47462e4fac9cfccd0cc1b74c551bc6b69e7e diff --git a/resources/profile b/resources/profile new file mode 160000 index 0000000..db8791b --- /dev/null +++ b/resources/profile @@ -0,0 +1 @@ +Subproject commit db8791b7a4ef2413983ce1d44164274c1951fc6b