Git annoyance
Everytime I run pnpm dev to run the convex npx script the convex_generated files change and it's sooooo annoying when committing
3 Replies
It's only the line seperators and I think that isn't worth being in every single commit
Are you on windows? Is this because we generate the files with unix line separators, and then git changes them to windows separators, perhaps?
I'm on windows, yes
But I'm not sure if it's because the unix line seperators. Could be, but idk