diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-08-24 09:14:23 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-08-24 09:14:23 -0700 |
commit | 4bebe9215999e9983e47e3fc9a1e7d6d94d0a3bb (patch) | |
tree | 97981d8579082f3687407e0a6e45cc5e92291624 /.gitattributes | |
parent | b2d9b613ad3a673abb20033808877962545644d4 (diff) |
WIP
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index c575774d..c891610e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ -util/data/*dic* filter=lfs diff=lfs merge=lfs -text ext/bg/data/*dic* filter=lfs diff=lfs merge=lfs -text +ext/bg/data/edict/*.json filter=lfs diff=lfs merge=lfs -text +ext/bg/data/enamdict/*.json filter=lfs diff=lfs merge=lfs -text +ext/bg/data/kanjidic/*.json filter=lfs diff=lfs merge=lfs -text *.ttf filter=lfs diff=lfs merge=lfs -text |