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