Skip to Content

Welcome!

Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

Sign up

You need to be registered to interact with the community.
This question has been flagged
1 Reply
57 Views

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

Avatar
Discard
Best Answer

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.

Avatar
Discard