Closed svethors closed 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.
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.