From c14455fe148d3e4c1309a4481b87c52c43ff9207 Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Sun, 7 Aug 2022 17:23:29 -0700 Subject: [PATCH] Unignore schema --- .gitignore | 5 +++-- public/api/{.keep => schema/members.json} | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename public/api/{.keep => schema/members.json} (100%) diff --git a/.gitignore b/.gitignore index 3e3826ff..8581b079 100644 --- a/.gitignore +++ b/.gitignore @@ -30,5 +30,6 @@ yarn-error.log* # Images should be optimized /public/images -# APIs should be automatically generated -/public/api \ No newline at end of file +# APIs should be automatically generated, schema should be checked in +/public/api/* +!/public/api/schema \ No newline at end of file diff --git a/public/api/.keep b/public/api/schema/members.json similarity index 100% rename from public/api/.keep rename to public/api/schema/members.json