Wappler project settings on another machine

I have two machines I work on, my MacBook pro (main and on my desk) I also have a Surface Go I use when out and about.

I have added git to the project and pushed it to a repository, on my surface I created a project and added the repository in the appropriate field. Wappler has brought down the files but none of the project settings like design framework, server-side settings and none of the docker details.

What am I doing wrong?

Whatever the .gitignore file says, Git will ignore.
image

Edit: I should have added that to see the .gitignore file you need to right click the root and choose Show Hidden
image

Hi Ben

Thanks for your answer but it is not what I was asking.

I figured it out.

Clone the folder with git in the command line and then from wappler open “existing folder” instead of creating a new project and specifying a git source and boom all there and working, including the docker instances.

Ray

Actually Ben was saying that if you remove the .wappler line from the gitignore file and you push your commit to the remote repository it will be also available from the other computer that points to the same repository.

Per default we do not push the .wappler settings folder as it might contain sensitive info, but if you want to share your project or have a private remote repository you can allow and commit it.

So no need to hack some git commands to achieve that.

Thanks

I will use this method going forward.