forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
42 lines (39 loc) · 828 Bytes
/
.gitattributes
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
# Source files
# ============
*.pxd text eol=lf
*.py text eol=lf
*.py3 text eol=lf
*.pyw text eol=lf
*.pyx text eol=lf
*.sh text eol=lf
*.js text eol=lf
*.txt text eol=lf
*.css text eol=lf
*.html text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.md text eol=lf
*.json text eol=lf
*.html text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.pegjs text eol=lf
# Misc files
# ==========
.jscsrc text eol=lf
.gitignore text eol=lf
.pylintrc text eol=lf
AUTHORS text eol=lf
CHANGELOG text eol=lf
CONTRIBUTORS text eol=lf
LICENSE text eol=lf
Vagrantfile text eol=lf
# Binary files
# ============
*.db binary
*.p binary
*.pkl binary
*.pyc binary
*.pyd binary
*.pyo binary