Skip to content

Commit d201d02

Browse files
committedMar 23, 2014
add git files
1 parent f367f5d commit d201d02

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed
 

‎.gitattributes

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
* text=auto
2+
3+
*.doc diff=astextplain
4+
*.DOC diff=astextplain
5+
*.docx diff=astextplain
6+
*.DOCX diff=astextplain
7+
*.dot diff=astextplain
8+
*.DOT diff=astextplain
9+
*.pdf diff=astextplain
10+
*.PDF diff=astextplain
11+
*.rtf diff=astextplain
12+
*.RTF diff=astextplain
13+
14+
*.bmp binary
15+
*.gif binary
16+
*.jpg binary
17+
*.png binary
18+
19+
*.ascx text
20+
*.cmd text
21+
*.coffee text
22+
*.config text
23+
*.cs text diff=csharp
24+
*.csproj text merge=union
25+
*.css text
26+
*.cshtml text
27+
*.htm text
28+
*.html text
29+
*.htm text
30+
*.js text
31+
*.msbuild text
32+
*.resx text merge=union
33+
*.ruleset text
34+
*.Stylecop text
35+
*.sql text
36+
*.targets text
37+
*.tt text
38+
*.txt text
39+
*.vb text
40+
*.vbhtml text
41+
*.vbproj text merge=union
42+
*.xml text
43+
*.xunit text
44+
45+
*.sln text eol=crlf merge=union

‎.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[Bb]in
2+
[Oo]bj
3+
packages
4+
[Bb]uild
5+
TestResults
6+
*.suo
7+
*.user
8+
*.[Cc]ache
9+
*[Rr]esharper*
10+
*.zip
11+
*.nupkg
12+
*.msi
13+
*.chm
14+
*.dbmdl
15+
/Package

0 commit comments

Comments
 (0)