summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFarah Rasheed <Farah.Rasheed1@dell.com>2024-07-09 22:59:30 +0300
committerSivaprabu Ganesan <sivaprabug@ami.com>2024-07-12 05:41:46 +0300
commit8b19ffa2299878a49a8757d811a399c8175acc92 (patch)
tree20166820f5371e0ed4e137b9c6bee05645677459
parent08039ab7c0764ce7ac7b76637ad57a7b1711bf87 (diff)
downloadwebui-vue-8b19ffa2299878a49a8757d811a399c8175acc92.tar.xz
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>
-rw-r--r--.gitattributes4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 94f480de..f702d2d9 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