dolittle / Bifrost

This is the stable release of Dolittle till its out of alpha->beta stages
Other
110 stars 38 forks source link

Source/Bifrost.QuickStart/font/SegoeUI.ttf is always modified in git #840

Closed svethors closed 7 years ago

svethors commented 7 years ago

So git is marking Source/Bifrost.QuickStart/font/SegoeUI.ttf as modified all the time. As far as I can figure out this is because of git trying to fix line endings. Problem should go away if .ttf files are treated as binaries.

Fix would be to add *.ttf binary to .gitignore.