From 0d7a8296c5aad6f595d223457ea18cd1525ca4b5 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Tue, 14 Feb 2023 22:45:39 +0000 Subject: [PATCH] gitignore update --- .gitignore | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 48d232b..0e3f0d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,13 @@ build/ node_modules/ coverage/ -*.js -*.ts -*.js.map -*.d.ts.map -/curve-definitions/lib +/*.js +/*.ts +/*.js.map +/*.d.ts.map +/esm/*.js +/esm/*.ts +/esm/*.js.map +/esm/*.d.ts.map +/esm/abstract +/abstract/