From 6814feb2bec5443c18b748d028fda1f9a76a4d8c Mon Sep 17 00:00:00 2001 From: Palash Mondal Date: Mon, 18 Jun 2018 17:49:23 +0530 Subject: [PATCH] Create .npmignore --- .npmignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..99d7d6a --- /dev/null +++ b/.npmignore @@ -0,0 +1,6 @@ +# ignore all files in the test/ directory +test/ + +# ignore ESLint and EditorConfig +.editorconfig +.eslintrc.json