From 0c4336c6f1e0bd3d0250a07e85c796a07b76376f Mon Sep 17 00:00:00 2001 From: johnjbarton Date: Wed, 8 Jan 2020 09:07:25 -0800 Subject: [PATCH] fix(npm): ignore integration-tests/ --- .npmignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.npmignore b/.npmignore index 4e2a2f7..4ae3bad 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,6 @@ +.idea/ +tmp/ +integration-tests/ .* src test