Merge pull request #186 from chanzuckerberg/csweaver/gitignore

Cleanup .gitignore
This commit is contained in:
Charlotte Weaver
2018-08-14 09:52:43 -07:00
committed by GitHub

59
.gitignore vendored
View File

@@ -1,52 +1,39 @@
# dependencies
node_modules
node_modules/
# coverage
coverage
.nyc_output
.pytest_cache/
# production
build
build/
dist/
*.egg-info
# 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*
# 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*
*.egg-info
dist/*
build/*