Skip to content

Commit

Permalink
fix: add support for git LFS
Browse files Browse the repository at this point in the history
We now store large *.json.gz and *.gz on git LFS
  • Loading branch information
raphael0202 committed Mar 8, 2023
1 parent deb20d8 commit d6db888
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Basic .gitattributes to work with docker, even on windows

# prefer keeping line ending unix style
# since most files are used in linux docker containers
* text=auto eol=lf

[core]
# avoid line ending conversion on windows
autocrlf=false
# try to respect symlinks even on windows
symlinks=true
symlinks=true
*.json.gz filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
Binary file modified data/brand_prefix.json.gz
Binary file not shown.
Binary file modified data/category_matcher/category_ingredient_intersect.json.gz
Binary file not shown.
Binary file modified data/category_matcher/category_match_maps.json.gz
Binary file not shown.
Binary file modified data/category_matcher/ingredient_match_maps.json.gz
Binary file not shown.
Binary file modified data/ocr/brand_from_taxonomy.gz
Binary file not shown.
Binary file modified data/ocr/cities_laposte_hexasmal.json.gz
Binary file not shown.
Binary file modified data/taxonomies/brands.full.json.gz
Binary file not shown.
Binary file modified data/taxonomies/categories.full.json.gz
Binary file not shown.
Binary file modified data/taxonomies/fr_tokens_lower.gz
Binary file not shown.
Binary file modified data/taxonomies/ingredients.full.json.gz
Binary file not shown.
Binary file modified data/taxonomies/labels.full.json.gz
Binary file not shown.
Binary file modified data/taxonomies/packaging_materials.full.json.gz
Binary file not shown.
Binary file modified data/taxonomies/packaging_recycling.full.json.gz
Binary file not shown.
Binary file modified data/taxonomies/packaging_shapes.full.json.gz
Binary file not shown.
Binary file not shown.

0 comments on commit d6db888

Please sign in to comment.