Hi,
For projects I use a .gitattributes file which contains lines for defining file extensions which should be tracked by LFS. It looks like:
*.[pP][nN][gG] filter=lfs diff=lfs merge=lfs -text
*.[tT][iI][fF] filter=lfs diff=lfs merge=lfs -text
*.[fF][bB][xX] filter=lfs diff=lfs merge=lfs -text
*.[tT][aA][rR].[gG][zZ] filter=lfs diff=lfs merge=lfs -text
*.[zZ][iI][pP] filter=lfs diff=lfs merge=lfs -tex
I do this, as some applications spit out files with uppercase extensions, and some lowercase.
But the last 2 patterns are not working in sourcetree (maybe more won't work, but haven't checked everything); sourcetree shows a dialog window which states .zip files not being tracked by LFS, with the option to Cancel or to Add anyway. Everything works as expected using the command line tools, haven't checked if I just Add anyway if things goes well...
Is there some setting in sourcetree which prevents using some of these patterns? Or is this is a bug in sourcetree?
Jorrit
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.