diff options
| author | Robert Tonsing <pterodactyl@fastmail.com> | 2026-08-23 18:25:23 -0500 |
|---|---|---|
| committer | Robert Tonsing <pterodactyl@fastmail.com> | 2026-08-23 18:25:23 -0500 |
| commit | 85005c8649aee3e695608bedb95e9000aafc47a2 (patch) | |
| tree | dd9a88d138f6fc408bd5dc7de558d72ae601c9c6 /.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 |
