Skip to content

Commit

Permalink
use git large file for large zip files
Browse files Browse the repository at this point in the history
Use git large file storage (lfs) for large zip files.

Added a new file "local_mode_example.zip" which is about 200MB. This large file prevent pushing code to github, so it's better to use git lfs to mange large files.
  • Loading branch information
CunliangGeng authored Mar 1, 2024
1 parent e5348d5 commit 1eed2aa
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Default behaviour
* text=auto

# Explicitly text files
*.py text
*.txt text
Expand All @@ -10,3 +9,4 @@
*.sh text
*.bat text
*.toml text
*.zip filter=lfs diff=lfs merge=lfs -text
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/data/gnps/ProteoSAFe-Unknown.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions tests/data/local_mode_example.zip
Git LFS file not shown

0 comments on commit 1eed2aa

Please sign in to comment.