-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
52 lines (43 loc) · 1.24 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
*.egg
*.egg-info
*.pyc
*.db
*.sqlite
*.sql
*.cache
*.lock
*.log
*.swp
TODO.txt
TODO_PARSER.txt
onlinelinguisticdatabase/model/db_update_scripts/**/*.sh
# Some Pylons-generated directories that should be ignored
/dist/
/data/
/build/
.eggs/
# Some OLD-specific directories that should be ignored
/store/
/old
# Ignore a large file in test_files
onlinelinguisticdatabase/tests/data/files/old_test_long.wav
onlinelinguisticdatabase/tests/data/files/old_test_medium.wav
# Ignore the Blackfoot MySQL dump file
onlinelinguisticdatabase/tests/data/datasets/blaold*
# Ignore the morphology scripts and binaries
onlinelinguisticdatabase/tests/data/morphologies/
# The client-side JavaScript application should be kept separate, at least for now
onlinelinguisticdatabase/public/coffee/
onlinelinguisticdatabase/public/css/
onlinelinguisticdatabase/public/images/
onlinelinguisticdatabase/public/index.html
onlinelinguisticdatabase/public/js/
onlinelinguisticdatabase/public/js_/
onlinelinguisticdatabase/public/lib/
onlinelinguisticdatabase/public/templates/
onlinelinguisticdatabase/public/OLD-Model.txt
# Ignore the special-purpose .ini files
gmail.ini
keyboards.ini
# Ignore _requests_tests.py since it is copied from tests/ when setup-app is run
/_requests_tests.py