mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-13 15:46:46 +03:00
33 lines
261 B
Plaintext
33 lines
261 B
Plaintext
# exclude core
|
|
!core
|
|
|
|
# github
|
|
.git
|
|
.gitattributes
|
|
.gitignore
|
|
.github
|
|
.release-please*
|
|
*.backup
|
|
|
|
# python
|
|
*.pyc
|
|
|
|
# directories
|
|
app-engine/
|
|
build/
|
|
coverage/
|
|
demo/
|
|
docs/
|
|
|
|
# tests
|
|
test/
|
|
karma.conf.js
|
|
|
|
# dist
|
|
dist/demo.*
|
|
dist/receiver.*
|
|
|
|
# markdown
|
|
*.md
|
|
!README.md
|