summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorRobert Tonsing <pterodactyl@fastmail.com>2026-08-30 03:49:34 -0700
committerRobert Tonsing <pterodactyl@fastmail.com>2026-08-30 03:49:34 -0700
commit053a5eb0ed22f2bae1e84244a849909aad1d7da4 (patch)
treeeba97a25c9fb56d59e20f5e891c4f3c7a1f99c0d /.gitattributes
initial commit of ebook 34059HEADmain
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes21
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