From 607979f168452c1c79d7b697bfd89777c24359e7 Mon Sep 17 00:00:00 2001 From: Manraj Singh Date: Tue, 5 Jun 2018 23:07:08 +0530 Subject: [PATCH] Dev: Ignore redundant files to propagate to npm (#1077) DEV This PR adds redundant files to `.npmignore`. Also, adds `package` to `.gitignore`. Finally removes few entries in `.npmignore` which are no longer part of source. --- .gitignore | 1 + .npmignore | 11 +++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index cf012cb546..fe8cbc7c49 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ dist-es6/ .yalc/ yalc.lock .rpt2_cache/ +package/ diff --git a/.npmignore b/.npmignore index 67de8772b6..1da7a743a3 100644 --- a/.npmignore +++ b/.npmignore @@ -1,21 +1,20 @@ .vscode/ .rpt2_cache/ -demos/ integration_tests/ -docs/ scripts/ src/ -starter/ models/ coverage/ node_modules/ -website/ karma.conf.js *.tgz -dist/demos/ +*.log dist/**/*.js.map .travis.yml -.npmignore CONTRIBUTING.md tslint.json yarn.lock +DEVELOPMENT.md +ISSUE_TEMPLATE.md +PULL_REQUEST_TEMPLATE.md +rollup.config.js