From 12fbe07f7c143916d3e9a88f8b8d0b406609b1a3 Mon Sep 17 00:00:00 2001 From: Haegul Pyun Date: Sun, 30 Jun 2019 00:04:20 +0900 Subject: [PATCH] Update .npmignore (#23) * Update .npmignore * Add EOF --- .npmignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 63efc92..fdbda19 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,10 @@ .idea /node_modules/ /test/ +/tsconfig.json +/src/ +/.circleci/ +/.github/ +/.prettierrc +/.babelrc /.gitignore -/tsconfig.json \ No newline at end of file