Skip to content

Commit 519f7e2

Browse files
committed
Fix images and add all images as binary to gitattributes
This will prevent git's auto-CRLF change images
1 parent b6bf8c2 commit 519f7e2

File tree

7 files changed

+2
-1
lines changed

7 files changed

+2
-1
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
* text eol=lf
22

3-
dist/**/* binary
3+
dist/**/* binary
4+
src/main/html/images/ binary

dist/images/explorer_icons.png

1 Byte
Loading

dist/images/favicon-16x16.png

1 Byte
Loading

dist/images/favicon-32x32.png

1 Byte
Loading

dist/images/logo_small.png

1 Byte
Loading

dist/images/pet_store_api.png

1 Byte
Loading

dist/images/wordnik_api.png

1 Byte
Loading

0 commit comments

Comments
 (0)