forked from learningequality/ka-lite
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
131 lines (109 loc) · 2.03 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Ignore this
# File created by Coverage
.coverage
# PyCharm
.idea
# Eclipse
.project
.pydevproject
# Undocumented ignores
# setup.py
dist/
build/
*.egg-info/
# The MANIFEST.in file is automatically generated by setup.py
MANIFEST.in
# Static builds with setup.py [command] --static
dist-packages-temp/
dist-packages-downloads/
dist-packages/
# User cache data generated at runtime
cache/
# Updates downloaded at runtime
static-updates
# MAC stuff
.DS_Store
# oh-my-zsh
.venv
# SQLite files (should probably specify the path)
*.db
*.sqlite*
# Not sure
*.patch
*.pid
*.prof
secretkey.txt
# Python compiling
*.pyc
*.pyo
# Backup files
*~
# Sublime editor
*.sublime-*
# Ignore all .zip files!? No comment?? Needs fixing, I guess it's to avoid
# committing local assessment items.
*.zip
# Documentation
docs/_build
docs/images/*
# oh-my-zsh convention for automatically
# switching on a venv
.venv
venv/
# Ignore built javascript files
/kalite/*/static/js/*/bundles
# Ignore changes to Perseus and Khan Exercises that do not come from intentional edits
/kalite/distributed/static/js/distributed/perseus
# Ignore file used to store queued video download info.
videos_to_download.json
# Lacks documentation
locale/
node_modules/
tmp/
virtualenv/
writeup/
/_crowdin_cache
/_khanload_cache
/mergetomaster.sh
/run_command.*
/start.*
/stop.*
/content/*.jpg
/content/*.json
/content/*.png
/content/*.mp4
/content/*.mp4.part
/content/*.srt
/content/*.mp3
/content/*.pdf
/content/khan/
/content/assessment
/data/logs
/data/i18n
/data/subtitles
/data/screenshots
/kalite/*.jpg
/kalite/*.mp4.part
/kalite/i18n/data/dubbed_video_mappings.json
/kalite/updates/data/video_file_sizes.json
/kalite/kalite-*.zip
/kalite/local_settings.py
/kalite/media
/kalite/temp
/data/*
!/data/khan/
/data/khan/assessmentitems.json
/data/khan/assessment_item_images
/kalite/private_key.pem
/kalite/secrets.py
/kalite/static
/kalite/i18n/static/js/i18n
/kalite/ghostdriver.log
/TAGS
.tags
/kalite/i18n/static/
/.vagrant/
ghostdriver.log
*.swp
/data/khan/assessmentitems.json.version
file_map.json