mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 07:28:11 +08:00
* add sentry webpack plugin * allow override of webpack config * work around cheerio inability to parse jinga templates * webpack can not minify jinja templates * allow script injection to specify other attributes * allow script injection to specify other attributes * Adjustments to make plugin systems work * Add sourcemaps for javascript in prod webpack * Update .gitignore * Fix spelling errors Co-authored-by: Matt Weiden <538456+mweiden@users.noreply.github.com>
54 lines
639 B
Plaintext
54 lines
639 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
|