From 1ace796f8a46f9854bdf3ba69f644190d55cc1f0 Mon Sep 17 00:00:00 2001 From: Theo Date: Tue, 22 Aug 2023 06:23:12 -0700 Subject: [PATCH] Don't prettify service files, abis and autogenerated contracts by typechain --- .prettierignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 7951405..9b00e53 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,8 @@ -lib \ No newline at end of file +abis +lib +README.md +src/contracts +node_modules +.prettierrc +tsconfig.* +package.json \ No newline at end of file