From 97aba5f4baa14eb25a73a2ec9127a08cb9817d1b Mon Sep 17 00:00:00 2001 From: Renaud Chaput Date: Thu, 17 Nov 2022 23:57:49 +0100 Subject: [PATCH] Ignore .parcel-cache directory when publishing to NPM It adds 4.5 MB to the package but is not needed. --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index b22bb1f..9181dbb 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ .github/ +.parcel-cache/ node_modules/ coverage/ coverage.html