From 105b71d885a250ed75914238f60ef5f06b66b3bb Mon Sep 17 00:00:00 2001 From: Chika Date: Tue, 17 May 2022 09:49:50 +0300 Subject: [PATCH] add ./graphql to ignore files --- .eslintignore | 3 ++- .prettierignore | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index 1466810..faae669 100644 --- a/.eslintignore +++ b/.eslintignore @@ -5,4 +5,5 @@ yarn.lock package-lock.json **/*.test.js coverage -mocks \ No newline at end of file +mocks +graphql \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index 2f7f894..2bd96bf 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,3 @@ .next public -services/crm/graphql/schema.graphql \ No newline at end of file +graphql \ No newline at end of file