From 92c2a3a26ecd91603f3e6144b9f8194177490b8f Mon Sep 17 00:00:00 2001 From: cwuyiqing Date: Wed, 12 Feb 2020 20:58:37 +0800 Subject: [PATCH] [add] add pkg ignore --- .gitignore | 4 +++- .npmignore | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ef16c30b..02158f50 100644 --- a/.gitignore +++ b/.gitignore @@ -71,4 +71,6 @@ node_modules !.vscode/launch.json # Test api Key -test/api-key.js \ No newline at end of file +test/api-key.js + +pkg/ \ No newline at end of file diff --git a/.npmignore b/.npmignore index ff20c37d..b1008db3 100644 --- a/.npmignore +++ b/.npmignore @@ -3,4 +3,5 @@ coverage test cloudbase/ cloudbaserc.js -scripts \ No newline at end of file +scripts +pkg/ \ No newline at end of file