https://github.com/hms-dbmi/higlass
Raw File
Tip revision: 9056651f618975ff8ffcd89ccf45847e486a282a authored by sehilyi on 06 April 2023, 20:19:05 UTC
chore: run lint
Tip revision: 9056651
.gitignore
app/local
yarn.lock
build/
docs/_build/
npm-debug.log
**/*.un~
*.swo
*.swn
**/*.swp
**/*#
temp/**
data/**
data
output/**
notebooks/.ipynb_checkpoints/**
notebooks/**/*.log
.tmp
*.pyc
node_modules/
jsons/
.DS_Store
*.zip
.idea/
report.html
docs/_build
webpack-stats.json
dist
lib/vendor
app/test*.html
back to top