diff options
| author | pml68 <contact@pml68.dev> | 2025-01-14 22:19:46 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-01-14 22:19:46 +0100 |
| commit | fc620ee59705ba917943772ed562e8aef82964e3 (patch) | |
| tree | 73c69f48624b72ea8d6e60b373745489fd28182a | |
| parent | fix(ci): `"` -> `'` (diff) | |
| download | iced-builder-fc620ee59705ba917943772ed562e8aef82964e3.tar.gz | |
feat: add .gitattributes files [skip ci]
| -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 |
