From 74a641ce9c2876acba745b29e03d9bcc09e82db6 Mon Sep 17 00:00:00 2001 From: Aaron DeRuvo Date: Thu, 30 Mar 2023 17:06:36 -0500 Subject: [PATCH] be specific about ignoring these generated files --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6e44852a4ad..3ee69ce0601 100644 --- a/.gitignore +++ b/.gitignore @@ -104,5 +104,5 @@ packages/react-components/* # temp json file for deploy-sdks script scripts/failedSDKs.json -index.d.ts -merge.d.ts + +packages/protocol/types/typechain-mento/*.d.ts