mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 07:38:12 +08:00
53 lines
581 B
Plaintext
53 lines
581 B
Plaintext
# dependencies
|
|
node_modules
|
|
|
|
# coverage
|
|
coverage
|
|
.nyc_output
|
|
|
|
# production
|
|
build
|
|
|
|
# misc
|
|
.DS_Store
|
|
npm-debug.log
|
|
.vscode
|
|
|
|
data
|
|
|
|
|
|
*.idea*
|
|
|
|
__pycache__
|
|
*.DS_Store*
|
|
|
|
# Elastic Beanstalk Files
|
|
.elasticbeanstalk/*
|
|
!.elasticbeanstalk/*.cfg.yml
|
|
!.elasticbeanstalk/*.global.yml
|
|
|
|
GBM
|
|
venv
|
|
extesting
|
|
|
|
Dockerfile-*
|
|
*-data/*
|
|
data/*
|
|
runServer.py
|
|
templates/favicon.png
|
|
templates/index.html
|
|
templates/service-worker.js
|
|
templates/static/*
|
|
Graph.dot*
|
|
|
|
server/app/web/static/css/
|
|
server/app/web/static/img/
|
|
server/app/web/static/js/
|
|
server/app/web/templates/index\.html
|
|
|
|
|
|
*.egg-info
|
|
dist/*
|
|
build/*
|
|
|