From 3b0c58092ee407e2ca77f434742cd2a064bdacb6 Mon Sep 17 00:00:00 2001 From: Ryuichi Okumura Date: Thu, 10 Sep 2020 21:51:04 +0900 Subject: [PATCH] Exclude .vscode and .github directories from package (#97) --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index 9c889b4..eb37f27 100644 --- a/.npmignore +++ b/.npmignore @@ -5,3 +5,5 @@ test/ .npmignore .travis.yml .nyc_output +.vscode +.github