#Does `.gitattributes` make it possible
1 messages · Page 1 of 1 (latest)
looks like we could set -diff in .gitattributes: https://git-scm.com/docs/gitattributes#_marking_files_as_binary
The simplest way to mark a file as binary is to unset the diff attribute in the .gitattributes file:
*.ps -diff