Skip to content

Commit

Permalink
fix: remove unused code editor files from npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Oct 14, 2023
1 parent 84e02fa commit 1379f60
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
.github
.idea
.vscode
.codecov.yml
aurelia-project
CHANGELOG.md
CONTRIBUTING.md
cypress
cypress.json
Expand All @@ -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
Expand All @@ -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
Expand All @@ -42,3 +41,10 @@ test/
**/test-report.xml
**/testresult.xml

# code editor & linter
.env
.editorconfig
.eslintignore
.eslintrc
.hintrc
.release-it.json

0 comments on commit 1379f60

Please sign in to comment.