mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-16 21:37:59 +08:00
* Add codecov to Push Test workflow * Empty commit * Clear reports and tag each with flags * Tag code reports by test * Fix codecov tags * One more fix
48 lines
568 B
Plaintext
48 lines
568 B
Plaintext
# dependencies
|
|
node_modules/
|
|
|
|
# coverage
|
|
coverage
|
|
coverage.xml
|
|
.coverage
|
|
.nyc_output
|
|
|
|
.pytest_cache/
|
|
|
|
# production
|
|
build/
|
|
dist/
|
|
*.egg-info
|
|
|
|
# Environments
|
|
venv/
|
|
cellxgene/
|
|
|
|
# client build
|
|
server/common/web/static/css/
|
|
server/common/web/static/img/
|
|
server/common/web/static/media/
|
|
server/common/web/static/fonts/
|
|
server/common/web/static/js/
|
|
server/common/web/templates/index\.html
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
*.ipynb
|
|
|
|
# cefpython
|
|
error.log
|
|
|
|
# misc
|
|
.DS_Store
|
|
npm-debug.log
|
|
.vscode
|
|
*.idea*
|
|
__pycache__
|
|
*.DS_Store*
|
|
data
|
|
|
|
# Jekyll
|
|
docs/_site/
|
|
docs/Gemfile.lock
|