From cb104ddd7fda67ffb437600826a9bbd049008e43 Mon Sep 17 00:00:00 2001 From: Yordis Prieto Lazo Date: Mon, 30 May 2022 14:12:11 -0400 Subject: [PATCH] chore: add esm dir to git ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bc3f92fa4202..455330bd574d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ package-lock.json build/ # various integration test builds dist/ +esm/ coverage/ scratch/ *.d.ts