mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
Treat minified files as binary for git
This prevents e.g. `git log -p` from showing the content changes in these files by default, which is what we want because line-oriented diffs of these files are meaningless.
This commit is contained in:
parent
ae32aafb0b
commit
2cb0d7901d
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -14,6 +14,8 @@
|
||||
*.jpg -diff binary image
|
||||
*.jpeg -diff binary image
|
||||
*.pbm -diff binary image
|
||||
*.min.js -diff binary minified
|
||||
*.min.css -diff binary minified
|
||||
/clients/flex* dfsg-nonfree
|
||||
/debian* debian-ignore
|
||||
/freeswitch.xcodeproj debian-ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user