forked from presnick/RunestoneServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (62 loc) · 1.15 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
127.0.0.1.2012*
errors/*
sessions/*
127.0.0.1-*
databases/*
*.o
*~
.DS_Store
databases/storage.sqlite
data/*
databases/c8b669d15150d7109e5f7ab36744a5b7_auth_cas.table
databases/c8b669d15150d7109e5f7ab36744a5b7_auth_event.table
databases/c8b669d15150d7109e5f7ab36744a5b7_auth_group.table
databases/c8b669d15150d7109e5f7ab36744a5b7_auth_membership.table
databases/c8b669d15150d7109e5f7ab36744a5b7_auth_permission.table
databases/c8b669d15150d7109e5f7ab36744a5b7_auth_user.table
private/*
*.pyc
/.idea/
\#*\#
TAGS
cache/*
*.log
*.orig
.pythonhistory
custom_courses/
/source/index.rst
models/1.py
/runestone.sublime-project
/runestone.sublime-workspace
/chromedriver.log
/ghostdriver.log
/paverconfig.py
/build_info
node_modules
/test
*/_static/blockly*.html
/static/*
# except
!/static/_static
!/static/_sources
!/static/_images
!/static/css
!/static/js
!/static/robots.txt
!/static/favicon.ico
!/static/runestone-custom-sphinx-bootstrap.css
!/static/websupport-custom.css
!/static/images
!/static/bootstrap*
!/static/dashboard*
.vscode/*
*.egg-info/
*.egg
AC_scripts
Pipfile.lock
rsmanage/build
tests/test_book/build
instructors.csv
htmlcov
/languages/
docker-compose.override.yml