Hey community ! I recently update my Mendix application from MTS version to 10.24.2 LTS version but after that while committing the changes I got a lot of uncommitted theme issues. So, can you please help me to identify the root cause of this why those theme synchronization issues are coming while I already tried with synchronize App directory things. Thanks!
asked
Himanshu Goyal
1 answers
1
Hi Himanshu,
This is what worked for me:
In my '.gitignore' file, I added the line /theme-cache/*
Adding such folders to the .gitignore file is the correct approach.