Files
cellxgene/.gitignore
Matt Weiden 152c07a28e Change default branch from 'master' to 'main' (#1589)
The default branch has been changed. This PR cleans up references to
`master` and fixes links that would otherwise be broken.

For more background see the following references:
* https://www.independent.co.uk/life-style/gadgets-and-tech/news/github-master-slave-slavery-whitelist-language-inclusive-a9568576.html
* https://tools.ietf.org/id/draft-knodel-terminology-00.html
2020-06-25 14:04:30 -07:00

56 lines
565 B
Plaintext

# dependencies
node_modules/
# coverage
coverage
coverage.xml
.coverage
.nyc_output
.pytest_cache/
# production
build/
dist/
*.egg-info
# Environments
venv/
cellxgene/
# client build
server/common/web/static/*
server/common/web/templates/
server/common/web/csp-hashes.json
# eb build
artifact.dir
artifact.zip
customize
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# cefpython
error.log
# misc
.DS_Store
npm-debug.log
.vscode
*.idea*
__pycache__
*.DS_Store*
data
tags
# Jekyll
docs/_site/
docs/Gemfile.lock
client/.eslintcache
# E2E Testing
ignoreE2E*