We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30fc2b commit 3331140Copy full SHA for 3331140
.gitattributes
@@ -22,8 +22,12 @@
22
23
# Automatically normalize the line endings of any committed text files:
24
* text=auto
25
-/lib/node_modules/@stdlib/utils/dsv/base/parse/test/fixtures/excel_copy_paste_crlf.csv eol=crlf
26
-/lib/node_modules/@stdlib/utils/dsv/base/parse/test/fixtures/crlf.csv eol=crlf
+
+# Override line endings for certain files:
27
+*.crlf.csv text eol=crlf
28
29
+*.png binary
30
+*.jpg binary
31
32
# Override what is considered "vendored" by GitHub's linguist:
33
/deps/** linguist-vendored=false
0 commit comments