From 1379f60967c1ba7293778b4be5a50c5a1f9ebeec Mon Sep 17 00:00:00 2001 From: Ghislain B Date: Sat, 14 Oct 2023 01:17:22 -0400 Subject: [PATCH] fix: remove unused code editor files from npm publish --- .npmignore | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.npmignore b/.npmignore index bdd1bd927..246157629 100644 --- a/.npmignore +++ b/.npmignore @@ -3,8 +3,7 @@ .github .idea .vscode -.codecov.yml -aurelia-project +CHANGELOG.md CONTRIBUTING.md cypress cypress.json @@ -13,11 +12,8 @@ doc src ISSUE_TEMPLATE.md index.ejs -jest.conf.js -npm-debug.log package-scripts.js screenshots -test webpack.config.js **/dist-demo @@ -27,11 +23,14 @@ favicon.ico tsconfig.spec.json # Lock & error files +npm-debug.log yarn.lock yarn-error.log # Tests, Report & Coverage +.codecov.yml *.spec.ts +jest.conf.js test/ **/node_modules **/coverage @@ -42,3 +41,10 @@ test/ **/test-report.xml **/testresult.xml +# code editor & linter +.env +.editorconfig +.eslintignore +.eslintrc +.hintrc +.release-it.json