From ced54b69182e9ff9a33f65316da7ab3ceee5ead1 Mon Sep 17 00:00:00 2001 From: ULIVZ <472590061@qq.com> Date: Sat, 9 Jun 2018 19:21:52 +0800 Subject: [PATCH] chore: update npmignore --- .npmignore | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.npmignore b/.npmignore index 3a3afdef..1d36b383 100644 --- a/.npmignore +++ b/.npmignore @@ -1,10 +1,18 @@ +# Basic *.log .temp vuepress -TODOs.md art -test docs -scripts .eslintrc.js yarn.lock +TODOs.md +.github +.idea + +# CI related +scripts + +# Test related +test +.babelrc