Skip to content

Commit 45cb0f4

Browse files
committed
Add .gitattributes
1 parent db05cf5 commit 45cb0f4

File tree

2 files changed

+54
-2
lines changed

2 files changed

+54
-2
lines changed

.gitattributes

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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
11+
12+
*.jpg binary
13+
*.png binary
14+
*.gif binary
15+
16+
*.cs text=auto eol=lf diff=csharp
17+
*.vb text=auto
18+
*.resx text=auto
19+
*.c text=auto
20+
*.cpp text=auto
21+
*.cxx text=auto
22+
*.h text=auto
23+
*.hxx text=auto
24+
*.py text=auto
25+
*.rb text=auto
26+
*.java text=auto
27+
*.html text=auto
28+
*.htm text=auto
29+
*.css text=auto
30+
*.scss text=auto
31+
*.sass text=auto
32+
*.less text=auto
33+
*.js text=auto
34+
*.lisp text=auto
35+
*.clj text=auto
36+
*.sql text=auto
37+
*.php text=auto
38+
*.lua text=auto
39+
*.m text=auto
40+
*.asm text=auto
41+
*.erl text=auto
42+
*.fs text=auto
43+
*.fsx text=auto
44+
*.hs text=auto
45+
46+
*.csproj text=auto
47+
*.vbproj text=auto
48+
*.fsproj text=auto
49+
*.dbproj text=auto
50+
*.sln text=auto eol=crlf
51+
*.sh eol=lf

W4k.AspNetCore.Correlator.sln

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "W4k.AspNetCore.Correlator",
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C0698901-3482-428B-8863-D631F0304244}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "W4k.AspNetCore.Correlator.IntegrationTests", "test\W4k.AspNetCore.Correlator.IntegrationTests\W4k.AspNetCore.Correlator.IntegrationTests.csproj", "{74E1A843-6D1A-457A-9F1A-C89A368F59EE}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "W4k.AspNetCore.Correlator.IntegrationTests", "test\W4k.AspNetCore.Correlator.IntegrationTests\W4k.AspNetCore.Correlator.IntegrationTests.csproj", "{74E1A843-6D1A-457A-9F1A-C89A368F59EE}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "W4k.AspNetCore.Correlator.UnitTests", "test\W4k.AspNetCore.Correlator.UnitTests\W4k.AspNetCore.Correlator.UnitTests.csproj", "{80908A90-2E8C-416C-91AF-FBA9A23D58D3}"
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "W4k.AspNetCore.Correlator.UnitTests", "test\W4k.AspNetCore.Correlator.UnitTests\W4k.AspNetCore.Correlator.UnitTests.csproj", "{80908A90-2E8C-416C-91AF-FBA9A23D58D3}"
1515
EndProject
1616
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{8FE80DF2-87C8-4639-AFB8-C97980565E70}"
1717
ProjectSection(SolutionItems) = preProject
1818
.editorconfig = .editorconfig
19+
.gitattributes = .gitattributes
1920
.gitignore = .gitignore
2021
ca.ruleset = ca.ruleset
2122
README.md = README.md

0 commit comments

Comments
 (0)