diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-30 19:33:45 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-30 19:33:45 +0200 |
| commit | b1f446415aeb223eefeff511582821d60f20fb55 (patch) | |
| tree | 66c939b7aff54347c0267776e139e1ebec00d9c2 /.gitattributes | |
| parent | feat(fetcha): change the Makefile a bit, fixing a "missing config.h" issue (diff) | |
| download | suckless-setup-b1f446415aeb223eefeff511582821d60f20fb55.tar.gz | |
docs(README): update repo URL
Diffstat (limited to '')
| -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 |
