Skip to content

Instantly share code, notes, and snippets.

@sabberworm
sabberworm / .gitattributes
Created November 27, 2016 09:07 — forked from wizardishungry/.gitattributes
Apple's .plist files have two equivalent on-disk representations, binary and xml. These snippets help keep binary crap out of your repository.
*.plist filter=xmlplist
# surprise! Quartz patches are plists, too!
*.qtz filter=xmlplist