diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-12-01 10:49:09 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-12-01 12:41:34 +0100 |
| commit | 0c01e8805063e1dccdb4ce467b8f4fde11f02f86 (patch) | |
| tree | 70e6af16552f96c2dda94ad1f5d3b9a944c33a1f /.gitattributes | |
| download | aoc-0c01e8805063e1dccdb4ce467b8f4fde11f02f86.tar.gz | |
feat: day1 part1 complete
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 |
