summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-01-14 22:19:46 +0100
committerpml68 <contact@pml68.dev>2025-01-14 22:19:46 +0100
commitfc620ee59705ba917943772ed562e8aef82964e3 (patch)
tree73c69f48624b72ea8d6e60b373745489fd28182a /.gitattributes
parentfix(ci): `"` -> `'` (diff)
downloadiced-builder-fc620ee59705ba917943772ed562e8aef82964e3.tar.gz
feat: add .gitattributes files [skip ci]
Diffstat (limited to '')
-rw-r--r--.gitattributes6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..2742e4d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,6 @@
+* text=auto eol=lf
+
+# Older git versions try to fix line endings on images, this prevents it.
+*.png binary
+*.jpg binary
+*.ico binary