Skip to content

Commit

Permalink
Add .gitattributes for optimizing PNG handling
Browse files Browse the repository at this point in the history
  • Loading branch information
agt24 committed Aug 24, 2024
1 parent 04c765a commit 8b81a3c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Treat all .png files as binary
*.png binary

# Use Git's built-in diff driver for PNG files
*.png diff=exif

# Enable binary delta compression for PNG files
*.png -delta

0 comments on commit 8b81a3c

Please sign in to comment.