From ebcd8589696027834f229b6f76eeff86340ccc26 Mon Sep 17 00:00:00 2001 From: Tingan Ho Date: Tue, 3 May 2016 16:47:49 +0800 Subject: [PATCH 1/2] Adds issue_template.md and pull_request_template.md to .npmignore --- .npmignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index d295e9bbd77..8a8d26284ed 100644 --- a/.npmignore +++ b/.npmignore @@ -1,12 +1,14 @@ built doc +internal +issue_template.md +Jakefile.js lib/README.md +pull_request_template.md scripts src tests -internal tslint.json -Jakefile.js .editorconfig .gitattributes .settings/ From 793ec40dc14574226c0629d482f8bf4bb34cea55 Mon Sep 17 00:00:00 2001 From: Tingan Ho Date: Tue, 3 May 2016 16:50:43 +0800 Subject: [PATCH 2/2] Reorg Jakefile.js --- .npmignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 8a8d26284ed..02d8fe428f9 100644 --- a/.npmignore +++ b/.npmignore @@ -2,13 +2,13 @@ built doc internal issue_template.md -Jakefile.js lib/README.md pull_request_template.md scripts src tests tslint.json +Jakefile.js .editorconfig .gitattributes .settings/