Not recognized as CUBAproject

Hi all,

this is mu first interaction with CUBA platform.

I was following the tutorials, create a new project and then push it to git.

After that, I tried to clone the project and import the project on another PC, but CUBA studio does not recognize it as a CUBA project.

Any suggestions?

This is my .gitignore file
/.gradle/
/build/
/deploy/
/classes/
/.shelf/
/test-home/
out
*.iml
*.ipr
*.iws
*.ids
.idea

modules//test-home/
modules/
/build/
modules/core/test-ormcache-run/

For some reason… git was ignoring more files than it should.

Can be deleted.