diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-02-17 23:35:19 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-02-20 12:41:01 +0100 |
| commit | 382eb4f287d76978ced682efafaf64aab9ee438a (patch) | |
| tree | 646c7834a830d91aa9d8168677ce59fa010045bf /.gitattributes | |
| download | hare-chip8-382eb4f287d76978ced682efafaf64aab9ee438a.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 |
