diff options
| author | Robert Tonsing <pterodactyl@fastmail.com> | 2026-08-30 03:49:34 -0700 |
|---|---|---|
| committer | Robert Tonsing <pterodactyl@fastmail.com> | 2026-08-30 03:49:34 -0700 |
| commit | 053a5eb0ed22f2bae1e84244a849909aad1d7da4 (patch) | |
| tree | eba97a25c9fb56d59e20f5e891c4f3c7a1f99c0d /.gitattributes | |
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..de20887 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,21 @@ +# Normalize line endings +* text=auto eol=lf + +# Text files +*.md text +*.txt text +*.json text +*.xml text +*.htm text +*.html text +*.svg text + +# Binary files (no diff) +*.png binary +*.jpg binary +*.gif binary +*.pdf binary +*.zip binary +*.bmp binary +*.midi binary +*.mp3 binary |
