From 4858694eb09d817c02e3d9fbbf7f7a3882025cb6 Mon Sep 17 00:00:00 2001 From: Ben Heidemann Date: Sun, 21 Mar 2021 13:40:48 +0000 Subject: [PATCH] chore: add tests/dist-webpack to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a347237..1340be9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ node_modules # Parcel build dirs .cache tests/dist +tests/dist-webpack # nyc code coverage .nyc_output