There was an error while loading. Please reload this page.
1 parent da3ba57 commit ec5e5beCopy full SHA for ec5e5be
1 file changed
.gitattributes
@@ -0,0 +1,19 @@
1
+# Line endings are not content. This repo is worked on from both Windows and macOS, and
2
+# without this a checkout that picks up CRLF reports every file as rewritten — whole-file
3
+# diffs that bury the real change. Git decides text vs binary; every text file is stored
4
+# and checked out as LF.
5
+* text=auto eol=lf
6
+
7
+# The exception: Windows shells genuinely want CRLF.
8
+*.bat text eol=crlf
9
+*.cmd text eol=crlf
10
+*.ps1 text eol=crlf
11
12
+# Assets — byte-for-byte, never converted.
13
+*.png binary
14
+*.jpg binary
15
+*.jpeg binary
16
+*.gif binary
17
+*.ico binary
18
+*.pdf binary
19
+*.zip binary
0 commit comments