From 0ef1f50bf1030d640ec9ff5c7c8790685ee76557 Mon Sep 17 00:00:00 2001 From: aboudjem Date: Thu, 7 Sep 2023 18:41:59 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20=F0=9F=94=A7=20add=20prettierign?= =?UTF-8?q?ore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .prettierignore diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 000000000..bc013db12 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,14 @@ +# Ignore node_modules in the root and in all packages +**/node_modules/ + +# Ignore build or dist directories +**/dist/ +**/build/ +**/coverage/ + +# Ignore any auto-generated files +**/typechain/ + +# Ignore any config files +*.config.js +*.config.ts \ No newline at end of file