Skip to content

Commit ff98efd

Browse files
committed
2 parents dc68798 + de2dbd9 commit ff98efd

File tree

1 file changed

+196
-0
lines changed

1 file changed

+196
-0
lines changed

.gitattributes

+196
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,196 @@
1+
* text=auto
2+
3+
###### Git
4+
.gitattributes text
5+
.gitignore text
6+
.gitconfig text
7+
.gitmodules text
8+
9+
##### Windows
10+
*.bat text eol=crlf
11+
*.exe binary
12+
*.dll binary
13+
14+
##### Linux
15+
*.sh text eol=lf
16+
*.so binary
17+
18+
##### Global
19+
# Documents
20+
*.sql text
21+
*.md text
22+
*.adoc text
23+
*.textile text
24+
*.mustache text
25+
*.csv text
26+
*.tab text
27+
*.tsv text
28+
*.coffee text
29+
*.css text
30+
*.htm text
31+
*.html text
32+
*.xhtml text
33+
*.inc text
34+
*.js text
35+
*.jsx text
36+
*.less text
37+
*.od text
38+
*.onlydata text
39+
*.sass text
40+
*.scm text
41+
*.log text
42+
*.properties text
43+
*.scss text
44+
*.styl text
45+
*.tag text
46+
*.ts text
47+
*.tsx text
48+
*.dockerignore text
49+
Dockerfile text
50+
*.markdown text
51+
*.mdwn text
52+
*.mdown text
53+
*.mkd text
54+
*.mkdn text
55+
*.mdtxt text
56+
*.mdtext text
57+
*.txt text
58+
AUTHORS text
59+
CHANGELOG text
60+
CHANGES text
61+
CONTRIBUTING text
62+
COPYING text
63+
copyright text
64+
*COPYRIGHT* text
65+
INSTALL text
66+
license text
67+
LICENSE text
68+
NEWS text
69+
readme text
70+
*README* text
71+
TODO text
72+
# Configuration
73+
*.cnf text
74+
*.cfg text
75+
*.conf text
76+
*.config text
77+
*.ini text
78+
*.json text
79+
*.xml text
80+
*.bowerrc text
81+
.browserslistrc text
82+
.editorconfig text
83+
*.npmignore text
84+
*.yaml text
85+
*.yml text
86+
browserslist text
87+
Makefile text
88+
makefile text
89+
Procfile text
90+
.slugignore text
91+
# Linters
92+
.csslintrc text
93+
.eslintrc text
94+
.htmlhintrc text
95+
.jscsrc text
96+
.jshintrc text
97+
.jshintignore text
98+
.stylelintrc text
99+
# Video
100+
*.3gpp binary
101+
*.3gp binary
102+
*.as binary
103+
*.asf binary
104+
*.asx binary
105+
*.fla binary
106+
*.flv binary
107+
*.m4v binary
108+
*.mng binary
109+
*.mov binary
110+
*.mp4 binary
111+
*.mpeg binary
112+
*.mpg binary
113+
*.ogv binary
114+
*.swc binary
115+
*.swf binary
116+
*.webm binary
117+
# Audio
118+
*.kar binary
119+
*.m4a binary
120+
*.mid binary
121+
*.midi binary
122+
*.mp3 binary
123+
*.ogg binary
124+
*.ra binary
125+
# Graphics
126+
*.png binary
127+
*.jpg binary
128+
*.jpeg binary
129+
*.gif binary
130+
*.tif binary
131+
*.tiff binary
132+
*.ico binary
133+
*.eps binary
134+
*.ai binary
135+
*.bmp binary
136+
*.jng binary
137+
*.jp2 binary
138+
*.jpx binary
139+
*.jxr binary
140+
*.pdf binary
141+
*.psb binary
142+
*.psd binary
143+
*.svg text
144+
*.svgz binary
145+
*.wbmp binary
146+
*.webp binary
147+
# Archives
148+
*.7z binary
149+
*.gz binary
150+
*.jar binary
151+
*.rar binary
152+
*.tar binary
153+
*.zip binary
154+
# Fonts
155+
*.ttf binary
156+
*.eot binary
157+
*.otf binary
158+
*.woff binary
159+
*.woff2 binary
160+
# Executables
161+
*.pyc binary
162+
# Objects
163+
*.o binary
164+
165+
##### IDE/Editor
166+
# Visual Studio
167+
*.sln text eol=crlf
168+
*.csproj text eol=crlf
169+
*.vbproj text eol=crlf
170+
*.vcxproj text eol=crlf
171+
*.vcproj text eol=crlf
172+
*.dbproj text eol=crlf
173+
*.fsproj text eol=crlf
174+
*.lsproj text eol=crlf
175+
*.wixproj text eol=crlf
176+
*.modelproj text eol=crlf
177+
*.sqlproj text eol=crlf
178+
*.wmaproj text eol=crlf
179+
*.xproj text eol=crlf
180+
*.props text eol=crlf
181+
*.filters text eol=crlf
182+
*.vcxitems text eol=crlf
183+
# Eclipse
184+
*.project text
185+
*.classpath text
186+
*.prefs
187+
188+
##### Language
189+
# PHP
190+
*.php text
191+
*.phpt text
192+
*.phtml text
193+
*.twig text
194+
.htaccess text
195+
.ht text
196+
*.phar binary

0 commit comments

Comments
 (0)