Files
cellxgene/.gitignore
Matt Weiden 5c70cc5bcd Add codecov for code coverage of python and javascript (#1170)
* 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
2020-02-24 17:13:16 -08:00

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