From 46ccc6a5680423b273e594a8b63f510ec6c9045b Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Fri, 5 Feb 2021 15:48:18 +0100 Subject: [PATCH] Added stadia-avatar submodule. Added gitmodules and cloned VictorWesterlund/stadia-avatar as the first submodule. Added api endpoint to gitignore. --- .gitignore | 5 ++++- .gitmodules | 3 +++ api/sources/stadia-avatar | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 api/sources/stadia-avatar diff --git a/.gitignore b/.gitignore index 2ca62ca..9d988e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -.well-known/ \ No newline at end of file +.well-known/ + +api/endpoint/* +!api/endpoint/ping.php \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c2a3905 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "api/sources/stadia-avatar"] + path = api/sources/stadia-avatar + url = https://github.com/VictorWesterlund/stadia-avatar.git diff --git a/api/sources/stadia-avatar b/api/sources/stadia-avatar new file mode 160000 index 0000000..b586850 --- /dev/null +++ b/api/sources/stadia-avatar @@ -0,0 +1 @@ +Subproject commit b586850c2694b755ac1c691c033569703ad12ec1