Inside my React project I've renamed the folder from "Components" to "components" and worked fine locally to solve an import/export issue. After I've pushed it to Gitlab it shows two folders "components" and "Components".
I downloaded the repository and it contains only one folder, which is correct, but when I send it to remote I am unable to solve this issue.
I've tried upload it to Github and also on Github it shows both folders. Anyone has a sugestion on how to fix or what may be the cause?