Skip to content

Commit f55cb6c

Browse files
committed
Update .gitattributes to treat all files except for a few extensions.
1 parent 3283da8 commit f55cb6c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.gitattributes

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
*.doc diff=astextplain
2-
*.DOC diff=astextplain
3-
*.docx diff=astextplain
4-
*.DOCX diff=astextplain
5-
*.dot diff=astextplain
6-
*.DOT diff=astextplain
7-
*.pdf diff=astextplain
8-
*.PDF diff=astextplain
9-
*.rtf diff=astextplain
10-
*.RTF diff=astextplain
1+
* text
112

123
*.bmp binary
4+
*.dll binary
135
*.gif binary
146
*.jpg binary
157
*.png binary
8+
*.snk binary
169

1710
*.ascx text
11+
*.cd text
1812
*.cmd text
1913
*.coffee text
2014
*.config text
2115
*.cs text diff=csharp
2216
*.csproj text merge=union
23-
*.css text
2417
*.cshtml text
18+
*.css text
19+
*.dtd text
20+
*.edmx text
2521
*.htm text
2622
*.html text
2723
*.js text
24+
*.json text
2825
*.msbuild text
29-
*.resx text merge=union
26+
*.nuspec text
27+
*.resx text
3028
*.ruleset text
31-
*.Stylecop text
29+
*.StyleCop text
3230
*.targets text
3331
*.tt text
3432
*.txt text
3533
*.vb text
3634
*.vbhtml text
3735
*.vbproj text merge=union
36+
*.vbs text
37+
*.wsf text
3838
*.xml text
3939
*.xunit text
4040

0 commit comments

Comments
 (0)