diff options
| author | Warrick Lo <wlo@warricklo.net> | 2026-05-08 21:27:24 -0700 |
|---|---|---|
| committer | Warrick Lo <wlo@warricklo.net> | 2026-05-08 21:27:24 -0700 |
| commit | cb0907ca0b21f84a26fa90114115064ab01f515f (patch) | |
| tree | c6ebd7bc120d9e06a596befe40d3a6482c93d7d8 | |
| parent | Add CI linter rules (diff) | |
| download | montreal-cb0907ca0b21f84a26fa90114115064ab01f515f.tar.xz montreal-cb0907ca0b21f84a26fa90114115064ab01f515f.zip | |
Migrate binaries to Git LFS [skip ci]
Signed-off-by: Warrick Lo <wlo@warricklo.net>
Diffstat (limited to '')
| -rw-r--r-- | .gitattributes | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index c55cc91..b02f465 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ -*.pdf filter=lfs diff=lfs merge=lfs -text -*.pptx filter=lfs diff=lfs merge=lfs -text +* text=auto eol=lf + +*.pdf filter=lfs diff=lfs merge=lfs -text export-ignore +*.pptx filter=lfs diff=lfs merge=lfs -text export-ignore |