From 267ed038b12df9b0b3bcba5c3b5c96c5c60c34ab Mon Sep 17 00:00:00 2001 From: Vinson Chuong Date: Sun, 11 Jul 2021 20:21:01 -0700 Subject: [PATCH] fix(npmignore): Avoid packaging unnecessary files --- .npmignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.npmignore b/.npmignore index e4edd5c..01aef39 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,7 @@ **/*.test.js **/test/ + +.yarn/ +.yarnrc.yml + +.github/