-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
137 lines (132 loc) · 1.65 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
* text=auto
text eol=lf
*.7z binary
*.a binary
*.app binary
*.class binary
*.db binary
*.dll binary
*.dylib binary
*.ear binary
*.eot binary
*.eps binary
*.fla binary
*.flv binary
*.gch binary
*.gif binary
*.gz binary
*.ico binary
*.jar binary
*.jpeg binary
*.jpg binary
*.la binary
*.lai binary
*.lib binary
*.lo binary
*.mov binary
*.mp3 binary
*.mp4 binary
*.o binary
*.obj binary
*.out binary
*.p binary
*.pch binary
*.pdf binary
*.pkl binary
*.png binary
*.pyc binary
*.pyd binary
*.pyo binary
*.slo binary
*.so binary
*.svg binary
*.swf binary
*.tif binary
*.tiff binary
*.ttf binary
*.war binary
*.woff2 binary
*.woff binary
*.zip binary
*.adoc text
AUTHORS text
*.bat text
*.bowerrc text
*.cc text
*.coffee text
*.cpp text
.csslintrc text
*.css text
*.csv text
*.c text
*.c++ text
*.cxx text
*.df text
*.dot text
.editorconfig text
*.ejs text
.gitattributes text
.gitconfig text
.gitignore text
*.haml text
*.hbs text
*.hbt text
*.hh text
*.hpp text
.htaccess text
*.h text
*.h++ text
*.html text
*.htm text
*.inc text
*.ini text
*.jade text
*.java text
.jscsrc text
.jshintignore text
.jshintrc text
*.json text
*.jspf text
*.jsp text
*.js text
*.jsx text
*.latte text
*.less text
LICENSE text
*.lua text
*.md text
*.mustache text
*.npmignore text
*.php text
*.phtml text
*.pl text
*.pm text
Procfile text
*.properties text
*.pxd text
*.py3 text
*.py text
*.pyw text
*.pyx text
*.rb text
*.sass text
*.scm text
*.scss text
*.sh text
.slugignore text
*.sql text
*.styl text
*.tab text
*.textile text
*.tld text
*.tmpl text
*.ts text
*.tsv text
*.txt text
*.xml text
*.yaml text
*.yml text
*.pdf diff=astextplain
*.PDF diff=astextplain
package-lock.json -diff
flow-typed/**/* -diff