mirror of
https://git.freebsd.org/doc.git
synced 2026-01-11 19:56:47 +00:00
.gitattributes instructs git custom diff handling which helps the readability of git diff in development. This is especially useful for binary files such as images, as it prevents git from printing meaningless diffs. Differential Revision: https://reviews.freebsd.org/D43082
9 lines
143 B
Text
9 lines
143 B
Text
*.css diff=css
|
|
*.html diff=html
|
|
*.pl diff=perl
|
|
*.rb diff=ruby
|
|
|
|
# Images are binary files
|
|
*.ico binary
|
|
*.jpg binary
|
|
*.png binary
|