Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 1, 2022
1 parent c77dbc6 commit c64d3ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/.keepalive
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-08-01T00:45:42.455Z
2022-09-01T00:41:10.427Z

0 comments on commit c64d3ba

Please sign in to comment.