Skip to content

Commit

Permalink
Workaround for GitHub graphs not showing
Browse files Browse the repository at this point in the history
GitHub support said certain big files under data/ are causing slowdowns and suggested treating them as binary in .gitattributes.
#789

PiperOrigin-RevId: 556095285
  • Loading branch information
yuryu authored and hiroyuki-komatsu committed Aug 11, 2023
1 parent 0583d16 commit 878e307
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@
*.bmp binary
*.ico binary
*.tiff binary

# Workaround for GitHub graph timeouts
# Treat large dictionary data files as binary.
# https://github.com/google/mozc/issues/789
src/data/dictionary_oss/connection_single_column.txt binary
src/data/test/dictionary/connection_single_column.txt binary

0 comments on commit 878e307

Please sign in to comment.