forked from seek4science/seek
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
94 lines (91 loc) · 1.68 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
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
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicit definition of binary formats
*.doc binary
*.docx binary
*.gif binary
*.idx binary
*.jar binary
*.jpg binary
*.knime binary
*.knwf binary
*.mng binary
*.odt binary
*.odp binary
*.otf binary
*.pack binary
*.pdf binary
*.png binary
*.pps binary
*.ppt binary
*.pptx binary
*.psd binary
*.svg binary
*.swf binary
*.tif binary
*.ttf binary
*.woff binary
*.xls binary
*.xlsm binary
*.xlsx binary
*.zip binary
# Specific files that are DOS/Windows
*.sln text eol=crlf
# Remaining files are text and should be lf both sides
*.axlsx text eol=lf
*.bib text eol=lf
*.bibtex text eol=lf
*.builder text eol=lf
*.cache text eol=lf
*.cff text eol=lf
*.cfg text eol=lf
*.conf text eol=lf
*.config text eol=lf
*.css text eol=lf
*.csv text eol=lf
*.cwl text eol=lf
*.dat text eol=lf
*.dockerignore text eol=lf
*.dolphinview text eol=lf
*.env text eol=lf
*.eot text eol=lf
*.erb text eol=lf
*.fodp text eol=lf
*.fodt text eol=lf
*.ga text eol=lf
*.hbs text eol=lf
*.hidden text eol=lf
*.html text eol=lf
*.ipynb text eol=lf
*.jbuilder text eol=lf
*.js text eol=lf
*.json text eol=lf
*.jsonld text eol=lf
*.less text eol=lf
*.list text eol=lf
*.lock text eol=lf
*.md text eol=lf
*.meta text eol=lf
*.owl text eol=lf
*.properties text eol=lf
*.py text eol=lf
*.rake text eol=lf
*.rb text eol=lf
*.rdf text eol=lf
*.rspec text eol=lf
*.rtf text eol=lf
*.ru text eol=lf
*.ruby-version text eol=lf
*.sample text eol=lf
*.scss text eol=lf
*.sh text eol=lf
*.template text eol=lf
*.test-yml text eol=lf
*.theme text eol=lf
*.tsv text eol=lf
*.txt text eol=lf
*.wsdl text eol=lf
*.xgmml text eol=lf
*.xml text eol=lf
*.xsd text eol=lf
*.yml text eol=lf