I run `git lfs status`. I believe this will show me, out of the changed items in `git status`, whether they're going to be committed to LFS or to regular git.
A new file, CompileShaders.targets, is listed with an "LFS:" line, suggesting it's going into LFS. ".targets" is an XML file consumed by msbuild, it should go into regular git. I don't see anything in .gitattributes that would give this file the LFS nature.
What am I missing?

