Skip to content

Commit 8a9a23f

Browse files
committed
Auto-generated commit
1 parent 04b6fbc commit 8a9a23f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.gitattributes

+16
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@
2323
# Automatically normalize the line endings of any committed text files:
2424
* text=auto
2525

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+
2642
# Override what is considered "vendored" by GitHub's linguist:
2743
/deps/** linguist-vendored=false
2844
/lib/node_modules/** linguist-vendored=false linguist-generated=false

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-08-01T01:07:43.507Z
1+
2022-09-01T01:05:09.519Z

0 commit comments

Comments
 (0)