From 1ef3f661045458e22103310ba508ff619f16e83f Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 26 Sep 2020 16:47:29 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20ignore=20schema.ts=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 37bccbb9..9e098e90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ ########## Custom +packages/core/src/schema.ts + # Out Dir schemes bitmaps @@ -257,4 +259,4 @@ dist .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz -.pnp.* \ No newline at end of file +.pnp.*