We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28dac4 commit dc1cbceCopy full SHA for dc1cbce
1 file changed
.gitattributes
@@ -0,0 +1,12 @@
1
+# Enforce LF line endings for text files on all platforms.
2
+# Prettier config sets `endOfLine: lf`, so checkout must match.
3
+* text=auto eol=lf
4
+
5
+# Binary files - do not touch
6
+*.png binary
7
+*.jpg binary
8
+*.jpeg binary
9
+*.gif binary
10
+*.ico binary
11
+*.zip binary
12
+*.pdf binary
0 commit comments