forked from mediacloud/backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
54 lines (51 loc) · 1.02 KB
/
.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
43
44
45
46
47
48
49
50
51
52
53
54
*.box binary
*.gif binary
*.ico binary
*.jar binary
*.jpg binary
*.ods binary
*.pdf binary
*.png binary
*.conf text eol=lf
*.config text eol=lf
*.cpanfile text eol=lf
*.css text eol=lf
*.csv text eol=lf
*.enabled_plugins text eol=lf
*.gitattributes text eol=lf
*.gitignore text eol=lf
*.gitmodules text eol=lf
*.htaccess_example text eol=lf
# HTML test input files might have CRLF
#*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.LICENSE text eol=slf
*.markdown text eol=lf
*.md text eol=lf
*.mdown text eol=lf
*.media_source_list text eol=lf
*.mediawords_perltidy_config_file text eol=lf
*.mod text eol=lf
*.pl text eol=lf
*.pm text eol=lf
*.pre-commit text eol=lf
*.project text eol=lf
*.properties text eol=lf
*.psgi text eol=lf
*.py text eol=lf
*.rss text eol=lf
*.sample text eol=lf
*.sh text eol=lf
*.snapshot text eol=lf
*.sql text eol=lf
*.t text eol=lf
*.tt2 text eol=lf
*.txt text eol=lf
*.Vagrantfile text eol=lf
*.vm text eol=lf
*.xml text eol=lf
*.xsl text eol=lf
*.yml text eol=lf
*.yml text eol=lf
*.yml.dist text eol=lf