From c84f57933a122a083d9e828f246edfebd3dd28cf Mon Sep 17 00:00:00 2001 From: Muhammad Umer Date: Fri, 8 Sep 2023 09:30:04 +0100 Subject: [PATCH] chore: cleanup files after adding to gitignore --- .gitignore | 5 +++-- default_config/local.yaml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 default_config/local.yaml diff --git a/.gitignore b/.gitignore index 304a89c45d..f6a03d3443 100644 --- a/.gitignore +++ b/.gitignore @@ -9,10 +9,11 @@ xcuserdata .gradle build /edx.properties -default_config/local.yaml *.gcda *.swp Pods/ Podfile.lock -$PODS_BUILD_DIR/ \ No newline at end of file +$PODS_BUILD_DIR/ +DerivedData/ +Pods/build/ \ No newline at end of file diff --git a/default_config/local.yaml b/default_config/local.yaml new file mode 100644 index 0000000000..543813eedc --- /dev/null +++ b/default_config/local.yaml @@ -0,0 +1 @@ +OAUTH_CLIENT_ID: ''