Skip to content

Commit

Permalink
feat: Improve npm package size (#5955)
Browse files Browse the repository at this point in the history
Closes #2172
  • Loading branch information
avelad committed Nov 29, 2023
1 parent 503327a commit ca28063
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .npmignore
@@ -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 ca28063

Please sign in to comment.