commit | 8b19ffa2299878a49a8757d811a399c8175acc92 | [log] [tgz] |
---|---|---|
author | Farah Rasheed <Farah.Rasheed1@dell.com> | Tue Jul 09 14:59:30 2024 -0500 |
committer | Sivaprabu Ganesan <sivaprabug@ami.com> | Fri Jul 12 02:41:46 2024 +0000 |
tree | 20166820f5371e0ed4e137b9c6bee05645677459 | |
parent | 08039ab7c0764ce7ac7b76637ad57a7b1711bf87 [diff] |
Configure Git to handle binary files Mark `.png` and `.woff` files as binary to prevent line ending conversions. Change-Id: Ic9c46d4d62d29aa529d45f3487dcd62f78554bc3 Signed-off-by: Farah Rasheed <Farah.Rasheed1@dell.com>
diff --git a/.gitattributes b/.gitattributes index 94f480d..f702d2d 100644 --- a/.gitattributes +++ b/.gitattributes
@@ -1 +1,3 @@ -* text=auto eol=lf \ No newline at end of file +* text=auto eol=lf +*.png binary +*.woff binary \ No newline at end of file