Cleanup .gitignore

remove lines related to old separate repo version
add ignore for virtual environments and jupyter notebooks (I use them to test)
This commit is contained in:
Charlotte Weaver
2018-08-13 14:35:41 -07:00
parent c8c098282d
commit 463cdef08b
+23 -36
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/*