Project collaboration

Hi there,

We are currently evaluating Wappler and cannot figure out how to properly set it up for multi-developers collaboration. We are able to, using git, get the content but the project settings not seem to be replicated. What is the right setup in order to collaborate one one project and get all the targets and connections replicated?

Thanks,

Regards,

All Wappler Project settings are stored in a hidden .wappler subfolder and for security reasons it is excluded from git commits.

But if you really want to commit if for collaboration and are using private git repositories, just edit .gitignore file and remove it from there.

Then you will be able to commit it.