Windows file system case-insensitivity + Godot + Git = huge effing headache.
You're working on a game in Godot and you live on Windows. Want to rename a file or folder name in your Godot project just to change the case of some letters? No other machine will receive those changes unless they wipe the local repo and clone again. Because as far as Windows is concerned, there was no change. But to Godot, it matters.
Next time someone pulls your changes, stuff will be broken.
馃が