forked from noahpresler/semesterly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (62 loc) · 911 Bytes
/
.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
63
assets/*
backup.sh
client_secret.json
.coverage
deploy.sh
dev_env/
dev_requirements.txt
docs/_build
docs/build/
.DS_Store
env/
github-request-body
.idea/
*.log
*.log
logfile.txt
node_modules
npm-debug.log.*
openssl.cnf
parse_errors.log
parsing/**/data/*.json
parsing/**/logs/*.json
parsing/**/logs/*.log
*.pid
prod_env/
*.pyc
*.recommended.model
recommended.model
scripts/parser_library/ex_school/data/*
sections
semes/
semesterly_backup/
semesterly/local_settings.py
semesterly/secret_key.py
semesterly/secrets.py
semesterly/sensitive.py
semesterly-venv/
sensitive.py
ssl.crt
ssl.key
static/bundles/*
static/css/gulp/*
static/js/gulp/*
static/robots.txt
static/sitemap.txt
*.swp
*/test_failures/
TextbookParserOutput.txt
timetable/courses_json/*.json
*.timetable.features
timetable.features
.vagrant/
Vagrantfile
venv/
.vscode/
webpack-stats.json
workfile.html
cache
stunnel/
staticfiles
*.env
.devcontainer/