diff options
author | Rasmus Andersson <rasmus@notion.se> | 2020-04-09 04:54:53 +0300 |
---|---|---|
committer | Rasmus Andersson <rasmus@notion.se> | 2020-04-09 04:54:53 +0300 |
commit | 58c48da6c30c211c615f826ca45d5c261be411ce (patch) | |
tree | 69cc02a8438ec0309aaf4445bbfc1370e9490d06 | |
parent | 7edb70b69eefd14b931422cf6bfc74ceda062f3a (diff) | |
download | inter-58c48da6c30c211c615f826ca45d5c261be411ce.tar.xz |
lfs gitattributes
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 33ac0f866..829cde2fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ # Use CRLF for line endings in the Windows install "readme" file misc/dist/install-win.txt text eol=crlf misc/dist/about[[:space:]]hinted[[:space:]]fonts.txt text eol=crlf +*.otf filter=lfs diff=lfs merge=lfs -text +*.woff filter=lfs diff=lfs merge=lfs -text +*.woff2 filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text |