diff --git a/.gitattributes b/.gitattributes index 7212d81..10a16e6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -23,6 +23,22 @@ # Automatically normalize the line endings of any committed text files: * text=auto +# Override line endings for certain files on checkout: +*.crlf.csv text eol=crlf + +# Denote that certain files are binary and should not be modified: +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.gz binary +*.zip binary +*.7z binary +*.mp3 binary +*.mp4 binary +*.mov binary + # Override what is considered "vendored" by GitHub's linguist: /deps/** linguist-vendored=false /lib/node_modules/** linguist-vendored=false linguist-generated=false diff --git a/.github/.keepalive b/.github/.keepalive index fd1256d..2297833 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2022-08-01T00:45:42.455Z +2022-09-01T00:41:10.427Z