diff options
| author | seth <[email protected]> | 2023-01-10 15:34:42 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-10 15:34:42 -0500 |
| commit | f2f70244d9bc0e8c526d4c02bc169d20346e9b22 (patch) | |
| tree | 0b495477794206aee4b0f9c28120901d73fbe386 | |
| parent | ae0c8d1e0d6eafff6c0a68a11e0326df0c010cf4 (diff) | |
feat: add gitattributes
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..60256f2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text eol=lf +*.mp4 -text +*.gif -text |
