mirror of
https://github.com/gosticks/dash-player.git
synced 2025-10-16 11:55:36 +00:00
29 lines
415 B
Plaintext
29 lines
415 B
Plaintext
# ignore JS config files/folders
|
|
node_modules/
|
|
coverage/
|
|
src/
|
|
lib/
|
|
.babelrc
|
|
.builderrc
|
|
.eslintrc
|
|
.npmignore
|
|
|
|
# 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
|
|
index.py
|
|
config.py
|
|
requirements.txt
|
|
MANIFEST.in
|
|
CHANGELOG.md
|
|
tests/
|
|
.pylintrc
|
|
^.*\.Rproj$
|
|
^\.Rproj\.user$
|