Skip to content

Instantly share code, notes, and snippets.

@ckoppelman
Created August 11, 2015 16:56
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 ckoppelman/a9a102dd399eb669b6b4 to your computer and use it in GitHub Desktop.
Save ckoppelman/a9a102dd399eb669b6b4 to your computer and use it in GitHub Desktop.
A filter for .gitconfig to ignore logos in the application files (Salesforce)
# it's quite annoying to change from sandbox to production
# in the same directory unless you have this filter installed
# To make use of it, add the following line to your .gitattributes file:
#
# *.app filter=ignore_logo
[filter "ignore_logo"]
clean = sed '/<logo>/'d
smudge = cat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment