mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
* move common code into server, update tests and makefile remove backend directory, refactor update smoke tests
57 lines
580 B
Plaintext
57 lines
580 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
|
|
myconfig.yaml
|
|
|
|
# Jekyll
|
|
docs/_site/
|
|
docs/Gemfile.lock
|
|
|
|
client/.eslintcache
|
|
|
|
# E2E Testing
|
|
ignoreE2E*
|