Skip to content

Commit b40891e

Browse files
committed
Exclude csproj from gitattributes
Was causing LE issues
1 parent 7e22c5f commit b40891e

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)