Wappler Version : 3.3.3
Operating System : mac
Expected behavior
Git should commit when requested
Actual behavior
Crash of the editor
How to reproduce
I don’t know if this is triggered by a single project switch, or multiple, but I see the following:
I go to commit on my mobile project and see this (which is incorrect)
If I restart Wappler, I see this (which IS correct)

George
2
What is the contents of your .gitignore for the project?
For the server side project:
.wappler
node_modules
dmxConnect/modules/Connections/db.php
uploads
dmxConnect/modules/Connections
dmxConnect/config.php
For the mobile:
platforms
George
4
So actually it seems when you switch projects the .gitignore from the other projects is being used instead of the current one?
Is that when you have the git manager open only?
George
6
btw for your mobile project the .gitignore should be:
node_modules
platforms
plugins
Maybe that caused the mixup as the node_modules weren’t ignored from commit.
Okay, I’ll adjust…I set this over a year ago, so just a leftover.