-
Notifications
You must be signed in to change notification settings - Fork 305
/
.gitignore
106 lines (86 loc) · 1.59 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
# Ignore this
# File created by Coverage
.coverage
# PyCharm
.idea
# Eclipse
.project
.pydevproject
# Database templates
kalite/database
# setup.py
dist/
build/
*.egg-info/
# Created during make dist
.kalite_dist_tmp
# Static builds with setup.py [command] --static
.pip-temp/
.pip-downloads/
.kalite/packages/dist/
# Created by Selenium / Firefox
geckodriver.log
# User cache data generated at runtime
cache/
# Updates downloaded at runtime
static-updates
# MAC stuff
.DS_Store
# oh-my-zsh
.venv
# Not sure
*.patch
*.pid
*.prof
# Python compiling
*.pyc
*.pyo
# Backup files
*~
# Sublime editor
*.sublime-*
# Documentation
docs/_build
docs/images/*
kalite/static-libraries/docs
# 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 django-reverse-js file that gets copied during testing.
kalite/distributed/static/django_js_reverse/js/reverse.js
# Lacks documentation
node_modules/
tmp/
virtualenv/
writeup/
/_crowdin_cache
/_khanload_cache
/mergetomaster.sh
/run_command.*
/start.*
/stop.*
/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
/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
file_map.json