forked from dialoguemd-archives/covidflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
102 lines (98 loc) · 1.91 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
95
96
97
98
99
100
101
102
# Definition of a custom attribute that reverse binary attribute
[attr]textfile text diff merge
# Declare files as binary by default preventing potential problematic end-of-line conversion
* binary
# Declare files that will always have native line endings on checkout.
.buildpath textfile
.env textfile
.env.example textfile
.eslintrc textfile
*.abnf textfile
*.ac textfile
*.accentuated textfile
*.c textfile
*.cc textfile
*.cfg textfile
*.cfxml textfile
*.checkstyle textfile
*.classpath textfile
*.conf textfile
*.cpp textfile
*.css textfile
*.csv textfile
*.dat textfile
*.erl textfile
*.gcloudignore textfile
*.gitattributes textfile
*.gitignore textfile
*.gradle textfile
*.grd textfile
*.groovy textfile
*.grxml textfile
*.gsl textfile
*.h textfile
*.hpp textfile
*.htm textfile
*.html textfile
*.in textfile
*.inf textfile
*.ini textfile
*.java textfile
*.jinja textfile
*.jjt textfile
*.js textfile
*.json textfile
*.jsp textfile
*.kt textfile
*.launch textfile
*.lexicon textfile
*.lock textfile
*.md textfile
*.meta textfile
*.MF textfile
*.mk textfile
*.nuecho textfile
*.pl textfile
*.plist textfile
*.prefs textfile
*.prettierignore textfile
*.product textfile
*.project textfile
*.properties textfile
*.psf textfile
*.py textfile
*.raml textfile
*.rb textfile
*.rsxml textfile
*.rxml textfile
*.scm textfile
*.sed textfile
*.snap textfile
*.sql textfile
*.st textfile
*.sxml textfile
*.tdxml textfile
*.testset textfile
*.tf textfile
*.tmpl textfile
*.toml textfile
*.translationRules textfile
*.txt textfile
*.version textfile
*.vxml textfile
*.wsdl textfile
*.xlsm textfile
*.xml textfile
*.xsd textfile
*.xsl textfile
*.yaml textfile
*.yml textfile
Dockerfile textfile
Makefile textfile
.dockerignore textfile
.flake8 textfile
# Declare files that will always have LF line endings on checkout.
*.sh textfile eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.bat textfile eol=crlf
*.cmd textfile eol=crlf