From 8b2a9d3cb1297218ba790575fa3feba28b47cb85 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Thu, 12 Oct 2023 23:48:10 +0600 Subject: [PATCH] Update `gitignore` --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 356d7d17e..94418749f 100644 --- a/.gitignore +++ b/.gitignore @@ -30,11 +30,12 @@ tests-examples *.csv /editor/* -!/editor/utils/ !/editor/readonly-editor.tsx +/editor/utils/* !/editor/utils/roadmap.ts !/editor/utils/font.ts !/editor/utils/is-mobile.ts + /renderer/* !/renderer/index.tsx !/renderer/renderer.ts \ No newline at end of file