Permalink
Find file
Fetching contributors…
Cannot retrieve contributors at this time
31 lines (30 sloc) 476 Bytes
node_modules
*.py[co]
*~
.DS_Store
build
dist
env.sh
# ignore config file at the top-level of the repo
# but not sub-dirs
/jupyterhub_config.py
/jupyterhub_config_test.py
jupyterhub_cookie_secret
jupyterhub.sqlite
jupyterhub.log
share/static/components
share/static/css/style.min.css
share/static/css/style.min.css.map
*.egg-info
MANIFEST
.coverage
htmlcov
whitelist.txt
*.swp
*.log
*.pid
# created by installing dummyauth
src/*
# py.test's .cache/ directory
.cache/*
.idea/*