Files
cellxgene/.gitignore
T
Colin Megill 7aa390b5a1 left sidebar improvements (#368)
* left sidebar improvements

* lint
2018-10-24 10:21:18 -04:00

37 lines
406 B
Plaintext

# dependencies
node_modules/
# coverage
coverage
.nyc_output
.pytest_cache/
# production
build/
dist/
*.egg-info
# Environments
venv/
cellxgene/
# client build
server/app/web/static/css/
server/app/web/static/img/
server/app/web/static/js/
server/app/web/templates/index\.html
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# misc
.DS_Store
npm-debug.log
.vscode
*.idea*
__pycache__
*.DS_Store*
data