diff options
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 |