feat: Improve npm package size (#5955)

Closes https://github.com/shaka-project/shaka-player/issues/2172
This commit is contained in:
Álvaro Velad Galván
2023-11-29 17:29:56 +01:00
committed by GitHub
parent 503327a0e3
commit ca28063427
+22 -2
View File
@@ -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