mirror of
https://github.com/gosticks/dash-player.git
synced 2025-10-16 11:55:36 +00:00
35 lines
511 B
Plaintext
35 lines
511 B
Plaintext
# ignore JS config files/folders
|
|
node_modules/
|
|
coverage/
|
|
src/
|
|
lib/
|
|
.babelrc
|
|
.builderrc
|
|
.eslintrc
|
|
.npmignore
|
|
.editorconfig
|
|
.eslintignore
|
|
.prettierrc
|
|
.circleci
|
|
.github
|
|
|
|
# demo folder has special meaning in R
|
|
# this should hopefully make it still
|
|
# allow for the possibility to make R demos
|
|
demo/.*\.js
|
|
demo/.*\.html
|
|
demo/.*\.css
|
|
|
|
# ignore Python files/folders
|
|
setup.py
|
|
usage.py
|
|
setup.py
|
|
requirements.txt
|
|
MANIFEST.in
|
|
CHANGELOG.md
|
|
test/
|
|
# CRAN has weird LICENSE requirements
|
|
LICENSE.txt
|
|
^.*\.Rproj$
|
|
^\.Rproj\.user$
|