diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-09-18 19:50:32 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-09-18 19:50:32 -0700 |
commit | b44d19b35e120133a4bb751e176aec4d14b6cbc5 (patch) | |
tree | 05b23ef7e70e57f2cf38584a20c864ff0d7e4853 /.gitattributes | |
parent | 7bd642e53868e0a3154b285be969cc2e6068f46f (diff) | |
parent | 4e2d7327c5b1aa8eed035dc4c177a3b9b49c5ab7 (diff) |
Merge branch 'dev'
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index c575774d..74ed3a99 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ -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 |