Files
cellxgene/.gitignore
T
Charlotte Weaver 463cdef08b Cleanup .gitignore
remove lines related to old separate repo version
add ignore for virtual environments and jupyter notebooks (I use them to test)
2018-08-13 14:35:41 -07:00

40 lines
405 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*