Skip to content

Instantly share code, notes, and snippets.

@metelkin
Last active June 11, 2018 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metelkin/abbec1201627084da2950a7b16ca4469 to your computer and use it in GitHub Desktop.
Save metelkin/abbec1201627084da2950a7b16ca4469 to your computer and use it in GitHub Desktop.
Example of .gitattributes file for working with qsp platforms: xlsx, word, xml, slv file comparison
* text=auto
*.xls* diff=xlsx
*.doc* diff=word
*.xml diff=xml
*.slv diff=slv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment