We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b6fbc commit 8a9a23fCopy full SHA for 8a9a23f
.gitattributes
@@ -23,6 +23,22 @@
23
# Automatically normalize the line endings of any committed text files:
24
* text=auto
25
26
+# Override line endings for certain files on checkout:
27
+*.crlf.csv text eol=crlf
28
+
29
+# Denote that certain files are binary and should not be modified:
30
+*.png binary
31
+*.jpg binary
32
+*.jpeg binary
33
+*.gif binary
34
+*.ico binary
35
+*.gz binary
36
+*.zip binary
37
+*.7z binary
38
+*.mp3 binary
39
+*.mp4 binary
40
+*.mov binary
41
42
# Override what is considered "vendored" by GitHub's linguist:
43
/deps/** linguist-vendored=false
44
/lib/node_modules/** linguist-vendored=false linguist-generated=false
.github/.keepalive
@@ -1 +1 @@
1
-2022-08-01T01:07:43.507Z
+2022-09-01T01:05:09.519Z
0 commit comments