diff options
| author | Robert Tonsing <pterodactyl@fastmail.com> | 2026-08-23 18:30:28 -0500 |
|---|---|---|
| committer | Robert Tonsing <pterodactyl@fastmail.com> | 2026-08-23 18:30:28 -0500 |
| commit | 77dd22eb11f08907d7007b3a8f647c102152dbd8 (patch) | |
| tree | fbf2dfcbfc53467411ff9add224aeff8a2be36d5 /.gitattributes | |
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9f57f44 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +* text=auto +*.txt text +*.md text +*.htm text +*.html text +*.png binary +*.jpg binary +*.svg text +*.pdf binary +*.bmp binary +*.zip binary +*.midi binary +*.mp3 binary |
