Skip to content

Commit

Permalink
feat: Improve npm package size
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Nov 29, 2023
1 parent 503327a commit fb5c4f7
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
# exclude core
!core

# github
.git
.gitattributes
.gitignore
.github
.release-please*
*.backup

# python
*.pyc

# directories
app-engine/
build/
docs/api/
coverage/
test/test/assets/screenshots/
demo/
docs/

# tests
test/
karma.conf.js

# dist
dist/demo.*
dist/receiver.*

# markdown
*.md
!README.md

0 comments on commit fb5c4f7

Please sign in to comment.