mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 17:48:12 +08:00
* add eslint-prettier * add lint-staged * ignore .eslintcache * remove unused import * attempt test change * Revert "attempt test change" This reverts commit78d0e31d41. * attempt to add error * Revert "attempt to add error" This reverts commita5885c0942. * add error * create config * add comment * tweak glob * Revert "add error" This reverts commit3187522396. * add python error * Revert "add python error" This reverts commitd0b116ed15. * lint on push + PR * Revert "add comment" This reverts commitefa4eb6676. * add prettier rules to ESLint * remove lint-diff targets
56 lines
660 B
Plaintext
56 lines
660 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/css/
|
|
server/common/web/static/img/
|
|
server/common/web/static/media/
|
|
server/common/web/static/fonts/
|
|
server/common/web/static/js/
|
|
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
|
|
|
|
# Jekyll
|
|
docs/_site/
|
|
docs/Gemfile.lock
|
|
|
|
client/.eslintcache
|