mySQL service causing problems when pushing changes to github

Hi, I’m having an issues where I cant push to GitHub and I believe its because of ./idx/data/mysql folder because of the idx making changes in many files named temp files so the moment I commit or Stach the changes idx will change something in those temp files preventing me from pushing the changes

So I’m wondering if should I add this folder to gitignore or is there any other solutions
or it could be my setup for using it was wrong

Do you need the contents of the mysql folder to be backed up on github? If you don’t need those files, my suggestion would be to put them in gitignore.

1 Like