From 90b6992bcae37adf4d2ad5f438f0e4d7b2b8bc0a Mon Sep 17 00:00:00 2001 From: Bert De Block Date: Mon, 22 Feb 2021 09:54:19 +0100 Subject: [PATCH] fix: avoid publishing unnecessary files --- .npmignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 2e3ae08f..f94be723 100644 --- a/.npmignore +++ b/.npmignore @@ -10,7 +10,7 @@ /.github/ /.bowerrc /.editorconfig -/.ember-cli +/.ember-cli.js /.env* /.eslintignore /.eslintrc.js @@ -21,8 +21,11 @@ /config/ember-try.js /CONTRIBUTING.md /ember-cli-build.js +/jsconfig.json /testem.js /tests/ +/tsconfig.json +/yarn-error.log /yarn.lock .gitkeep