Skip to content

Commit 649bdbe

Browse files
Ensure LFS tracking
1 parent 9f51559 commit 649bdbe

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.gitattributes

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# normalize to Unix-style line endings
55
###############################################################################
66
* text eol=lf
7-
87
###############################################################################
98
# Set explicit file behavior to:
109
# treat as text and
@@ -54,15 +53,13 @@
5453
*.txt text eol=lf
5554
*.vb text eol=lf
5655
*.yml text eol=lf
57-
5856
###############################################################################
5957
# Set explicit file behavior to:
6058
# treat as text
6159
# normalize to Unix-style line endings and
6260
# diff as csharp
6361
###############################################################################
6462
*.cs text eol=lf diff=csharp
65-
6663
###############################################################################
6764
# Set explicit file behavior to:
6865
# treat as text
@@ -74,15 +71,13 @@
7471
*.fsproj text eol=lf merge=union
7572
*.ncrunchproject text eol=lf merge=union
7673
*.vbproj text eol=lf merge=union
77-
7874
###############################################################################
7975
# Set explicit file behavior to:
8076
# treat as text
8177
# normalize to Windows-style line endings and
8278
# use a union merge when resoling conflicts
8379
###############################################################################
8480
*.sln text eol=crlf merge=union
85-
8681
###############################################################################
8782
# Set explicit file behavior to:
8883
# treat as binary
@@ -115,7 +110,6 @@
115110
*.woff2 binary
116111
*.xls binary
117112
*.xlsx binary
118-
119113
###############################################################################
120114
# Set explicit file behavior to:
121115
# diff as plain text
@@ -127,3 +121,4 @@
127121
*.pptx diff=astextplain
128122
*.rtf diff=astextplain
129123
*.svg diff=astextplain
124+
*.jpg,*.jpeg,*.bmp,*.gif,*.png,*.tif,*.tiff,*.tga,*.webp filter=lfs diff=lfs merge=lfs -text

0 commit comments

Comments
 (0)