Skip to content

Commit 660e40a

Browse files
authored
Merge pull request #418 from Beamographic/remove-csproj-gitattributes
Exclude csproj from gitattributes
2 parents 7e22c5f + b40891e commit 660e40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Check out with crlf (Windows) line endings
77
*.sln text eol=crlf
8-
*.csproj text eol=crlf
8+
# *.csproj text eol=crlf
99
*.cs text diff=csharp eol=crlf
1010

1111
# Check out with lf (UNIX) line endings

0 commit comments

Comments
 (0)