From 0a663391bd3446f62f473e9cfd9fb68b5ad5523e Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sun, 14 Jan 2024 09:02:50 +0000 Subject: [PATCH] Improve gitignore --- .gitignore | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 0e3f0d4..0ef116b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,9 @@ -build/ -node_modules/ -coverage/ +node_modules /*.js -/*.ts -/*.js.map -/*.d.ts.map /esm/*.js -/esm/*.ts -/esm/*.js.map -/esm/*.d.ts.map -/esm/abstract -/abstract/ +*.d.ts +*.d.ts.map +*.js.map +/build +/abstract +/esm/abstract \ No newline at end of file