8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331c70b commit 9aaa78aCopy full SHA for 9aaa78a
.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:16:08.355Z
+2022-09-01T01:14:05.785Z
0 commit comments