How to prevent these files getting automatically changed when Mendix Studio Pro is restarted?

0
Whenever I restart my Mendix Studio Pro, these files are getting changed on its own. Any solutions?
asked
3 answers
1

Hi Sainandini,

I can only confirm this is indeed an ugly bug in Studio Pro. I spoke with the product manager of Mendix Studio Pro and he told that it's on their radar, but other issues have a higher prio, so may take a couple of months.

Good luck!

answered
1

Hi, using a text editor you can add the line 

 

/theme-cache/

 

to the .gitignore file in your Mendix project folder

Committing the theme cache is done to make the page designer in design mode work directly after opening the project the first time. If the theme-cache is not available it will be rebuilt but for large apps a full rebuild can take a short time, in which the design mode does not work. The page designer in structure mode does not need the theme-cache so it works normally. We ignore the theme-cache in the git ignore file on all our projects, without any issues.

answered
0

Any update on this issue? 

answered