mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 02:48:30 +08:00
The default branch has been changed. This PR cleans up references to `master` and fixes links that would otherwise be broken. For more background see the following references: * https://www.independent.co.uk/life-style/gadgets-and-tech/news/github-master-slave-slavery-whitelist-language-inclusive-a9568576.html * https://tools.ietf.org/id/draft-knodel-terminology-00.html
56 lines
565 B
Plaintext
56 lines
565 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/*
|
|
server/common/web/templates/
|
|
server/common/web/csp-hashes.json
|
|
|
|
# eb build
|
|
artifact.dir
|
|
artifact.zip
|
|
customize
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
*.ipynb
|
|
|
|
# cefpython
|
|
error.log
|
|
|
|
# misc
|
|
.DS_Store
|
|
npm-debug.log
|
|
.vscode
|
|
*.idea*
|
|
__pycache__
|
|
*.DS_Store*
|
|
data
|
|
tags
|
|
|
|
# Jekyll
|
|
docs/_site/
|
|
docs/Gemfile.lock
|
|
|
|
client/.eslintcache
|
|
|
|
# E2E Testing
|
|
ignoreE2E*
|