The .import/ folder should not be committed (that's the point of putting it in the gitignore). I removed it for you.
You had case mismatches in your project ("Demo" vs "demo" etc), so your project would not work on case-sensitive platforms such as Linux. I fixed this for you.
The
.import/
folder should not be committed (that's the point of putting it in the gitignore). I removed it for you.You had case mismatches in your project ("Demo" vs "demo" etc), so your project would not work on case-sensitive platforms such as Linux. I fixed this for you.