mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 10:58:10 +08:00
Merge pull request #186 from chanzuckerberg/csweaver/gitignore
Cleanup .gitignore
This commit is contained in:
59
.gitignore
vendored
59
.gitignore
vendored
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user