From 54519241bed7a9bdbf89520e91f4a062175559bf Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sat, 31 Oct 2020 03:00:29 +0100 Subject: [PATCH] Adjust `.npmignore` file --- .npmignore | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.npmignore b/.npmignore index 6bd1a23cd..a8f71db01 100644 --- a/.npmignore +++ b/.npmignore @@ -1,29 +1,18 @@ -/.idea -/.rpt2_cache /bower_components /config/ember-try.js /coverage /dist/ember +/dist/addon-test-support/**/*.d.ts **/__tests__/ /lib/ /tests /tmp *.tgz -**/.gitkeep -.babelrc -.bowerrc -.editorconfig -.ember-cli -.eslintcache -.eslintignore -.eslintrc.js -.gitignore -.prettierrc.js -.travis.yml -.watchmanconfig +.* bower.json documentation.yml ember-cli-build.js +RELEASE.md rollup.config.js testem.js tsconfig.json