From e9c2e1492ea9810096bac872df97d310cd54a1d1 Mon Sep 17 00:00:00 2001 From: Emily KL <4672118+emilykl@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:33:55 -0400 Subject: [PATCH] update and organize .npmignore --- .npmignore | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.npmignore b/.npmignore index e2163312ed0..b340f1e4467 100644 --- a/.npmignore +++ b/.npmignore @@ -1,18 +1,16 @@ +# Exclude all hidden files and folders +.* + +# Exclude all files in build/, except for plotcss.js and README.md build/* !build/plotcss.js !build/README.md -stackgl_modules/node_modules - +# Exclude these directories devtools -test -draftlogs dist/extras - -circle.yml -bower.json - -.ackrc -.agignore - -npm-debug.log +draftlogs +stackgl_modules/node_modules +tasks +test +topojson