mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
feat: Improve npm package size (#5955)
Closes https://github.com/shaka-project/shaka-player/issues/2172
This commit is contained in:
committed by
GitHub
parent
503327a0e3
commit
ca28063427
+22
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user