From da92d619cd538324b50c459c424f005170b531e4 Mon Sep 17 00:00:00 2001 From: Nathachai Thongniran Date: Sun, 25 Oct 2020 08:00:04 +0700 Subject: [PATCH] perf(npmignore): add .npmignore file to reduce load time --- .npmignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..e89e7df --- /dev/null +++ b/.npmignore @@ -0,0 +1,14 @@ +# IDE & editor +.idea +!.vscode +.editorconfig + +# test +codecov.yaml +misc + +# CI +.github + +# example +example