From c6be8ffff731971f63733e6417789275def35675 Mon Sep 17 00:00:00 2001
From: Glenn Vorhes <gavorhes@wisc.edu>
Date: Sat, 24 Sep 2016 11:27:57 -0500
Subject: [PATCH] ignore scratch and test in dist

---
 .npmignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.npmignore b/.npmignore
index 3f1bb70..af687ea 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1 +1,2 @@
-dist/_**/**/*
\ No newline at end of file
+dist/_scratch/**/*
+dist/_test/**/*
\ No newline at end of file
-- 
GitLab