Skip to content

Commit

Permalink
chore: update .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
weyoss committed May 17, 2024
1 parent d0c95ad commit 68f9272
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ dist/tests
dist/examples
examples
src/**
tests/**
tests
*.test.*
.eslintrc.js
.eslintrc.cjs
.gitignore
.npmignore
.prettierrc
index.ts
tsconfig.json
tsconfig.*
jest.config.js
.idea
types/**
Expand All @@ -24,4 +26,5 @@ CHANGELOG.md
docker-compose.yml
scripts/**
docs/**
.codecov.yml
.codecov.yml
vitest.config.ts

0 comments on commit 68f9272

Please sign in to comment.