Permalink
Newer
Older
100644 32 lines (31 sloc) 486 Bytes
Aug 18, 2015 @betatim Ignoring you
1 node_modules
2 *.py[co]
3 *~
4 .DS_Store
5 build
6 dist
Feb 27, 2016 @astiunov Moved all staff to form-based spawner
7 env.sh
Aug 18, 2015 @betatim Ignoring you
8 # ignore config file at the top-level of the repo
9 # but not sub-dirs
10 /jupyterhub_config.py
Mar 5, 2016 @anaderi scripts -> makefile; initial web-testing
11 /jupyterhub_config_test.py
Aug 18, 2015 @betatim Ignoring you
12 jupyterhub_cookie_secret
13 jupyterhub.sqlite
Feb 27, 2016 @astiunov Moved all staff to form-based spawner
14 jupyterhub.log
Aug 18, 2015 @betatim Ignoring you
15 share/static/components
16 share/static/css/style.min.css
17 share/static/css/style.min.css.map
18 *.egg-info
19 MANIFEST
20 .coverage
21 htmlcov
Feb 27, 2016 @astiunov Moved all staff to form-based spawner
22 whitelist.txt
Feb 28, 2016 @astiunov Create single image by many users
23 *.swp
Mar 5, 2016 @anaderi scripts -> makefile; initial web-testing
24 *.log
Mar 5, 2016 @anaderi travis.yml added
25 *.pid
Mar 16, 2016 @betatim Ignore the src/ subdirectory
26 # created by installing dummyauth
27 src/*
Mar 18, 2016 @betatim Ignore pytest's cache directory
28 # py.test's .cache/ directory
29 .cache/*
Oct 11, 2016 @igormusinov cor
30 .idea/*
Jun 19, 2017 @StrausMG minor code improvemenets
31 .vscode/*