diff options
| author | pml68 <contact@pml68.dev> | 2025-06-26 11:41:52 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-26 11:41:52 +0200 |
| commit | 602565f98f3a22fa1c39e054c6a88b3c31a36599 (patch) | |
| tree | 8aea60f9cfdc48a8e04651a7e809bb70ef4bd712 /.gitattributes | |
| download | iced_material-602565f98f3a22fa1c39e054c6a88b3c31a36599.tar.gz | |
feat: initial commit
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 6 |
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 |
