Is there an accepted path and/or filename scheme for Git repository icons?
I noticed that two of the apps I use most frequently (Tower for Mac and Bitbucket.org) have entirely different ways of specifying repository icons: Bitbucket.org requires adding it via the site's UI, while tower asks to add an icon.png
file in the repo root.
Assuming that Git doesn't already support specifying an icon path (assumption based on man git-config
), is anyone aware of a more "standardised" way to monkey-patch repo icons in Git? By more "standardised" I mean something along the lines of the way people use .gitkeep
to commit empty directories whose content shouldn't be committed.