diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-03-20 11:05:44 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-03-20 11:05:44 -0700 |
commit | e330efca04e2d480b346366c19c4b944f8cc9820 (patch) | |
tree | bb62acc966d85a872f3d08ca16dba0178f37f3b0 /.gitattributes | |
parent | 5c6ab2157b5562a686aef5497fd2cd70c30a63ae (diff) |
Adding source dictionary files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 78f47b04..330b4739 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -util/data filter=lfs diff=lfs merge=lfs -text +util/data/* filter=lfs diff=lfs merge=lfs -text +extension/jp/data/rules.json filter=lfs diff=lfs merge=lfs -text |