Wappler: v3.7.1
OS: MacOS Big Sur
Server Model: PHP
Suddenly the .DS_Store files are being included in Git Manager. I’m working on a project on two Macs so don’t want these files pushed and pulled. I’ve added them to .gitignore but it’s not making any difference. I’ve also restarted Wappler several times. They’ve never been included before despite not being in .gitignore so I can only think this is a new bug since v3.7.1.
This still seems to be a bug. My .DS_Store file has started appearing again in my Uncommitted Changes list and adding it to .gitignore isn’t making any difference.
Adding files or paths to gitignore won’t do anything about the ones that were already added to your repository. It will only ignore files from that moment onwards.
You will need to remove those files from the repository by using -rm params for git