-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
147 lines (147 loc) · 3.74 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
138
139
140
141
142
143
144
145
146
147
* text=auto eol=lf
*.7z binary
*.bash text eol=lf
*.bat text eol=crlf
*.bowerrc text
*.c text diff=c
*.c++ text diff=cpp
*.cc text diff=cpp
*.class binary
*.cmd text eol=crlf
*.cnf text
*.coffee text
*.conf text
*.config text
*.cpp text diff=cpp
*.css text
*.cxx text diff=cpp
*.db binary
*.dll binary
*.dockerignore text
*.dot text
*.ear binary
*.ejs text
*.eot binary
*.gif binary
*.go text diff=golang eol=lf
*.gradle text diff=java
*.gradle.kts text diff=java
*.gz binary
*.h text diff=c
*.h++ text diff=cpp
*.haml text
*.handlebars text
*.hbs text
*.hbt text
*.hh text diff=cpp
*.hpp text diff=cpp
*.htm text diff=html
*.html text diff=html
*.inc text
*.ini text
*.ipynb text
*.jade text
*.jar binary
*.java text diff=java
*.java text eol=lf
*.jpeg binary
*.jpg binary
*.jpx binary
*.js text
*.json text
*.jsx text
*.jxr binary
*.kar binary
*.kt text eol=lf
*.latte text
*.less text
*.lo binary
*.lock text -diff
*.ls text
*.m4a binary
*.map text -diff
*.md text eol=lf
*.mid binary
*.midi binary
*.mp3 binary
*.mustache text
*.njk text
*.npmignore text
*.o binary
*.obj binary
*.od text
*.ogg binary
*.onlydata text
*.otf binary
*.p binary
*.pdf binary
*.php text diff=php
*.phtml text
*.pickle binary
*.pkl binary
*.pl text
*.png binary
*.ps1 text eol=crlf
*.psb binary
*.psd binary
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyc binary
*.pyd binary
*.pyo binary
*.pyw text diff=python
*.pyx text diff=python
*.pyz text diff=python
*.ra binary
*.rar binary
*.rb text diff=ruby
*.sass text
*.scm text
*.scss text diff=css
*.sh text eol=lf
*.slo binary
*.so binary
*.sql text
*.styl text
*.svgz binary
*.tag text
*.tar binary
*.tif binary
*.tiff binary
*.tmpl text
*.tpl text
*.ts text
*.tsx text
*.ttf binary
*.twig text
*.vue text
*.war binary
*.wbmp binary
*.webp binary
*.woff binary
*.woff2 binary
*.xhtml text diff=html
*.xml text eol=lf
*.yaml text
*.yml text
*.zip binary
.babelrc text
.browserslistrc text
.csslintrc text
.editorconfig text
.env text
.eslintrc text
.gitattributes text
.gitconfig text
.htaccess text
.htmlhintrc text
.jscsrc text
.jshintignore text
.jshintrc text
.stylelintrc text
browserslist text
Dockerfile text
Makefile text
makefile text
package-lock.json text -diff