Skip to content

Commit

Permalink
Tell Git to treat zip files as binaries
Browse files Browse the repository at this point in the history
Will prevent Git tracking line-by-line changes in Zip files.
  • Loading branch information
zarino committed Nov 5, 2024
1 parent f8e4c4f commit e6eada6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
*.sqlite3 binary
*.xlsx binary
*.xls binary
*.zip binary

0 comments on commit e6eada6

Please sign in to comment.