Skip to main content
Associate
May 15, 2025
Solved

TouchGFXEnvPath and version control system

  • May 15, 2025
  • 1 reply
  • 283 views

Hello,

Our project with TouchGFX uses a version control system (git, of course). In your documentation, you recommend the `config`directory to be included in the VCS. The pain point is that `TouchGFXEnvPath` tag in `config\msvs\Application.props` contains the 'TouchGFX Designer' installation path and might change from a developer to another. I don't know if `config\gcc` should be versioned, but I think that `config\msvs` should not. Am I missing something ?


Thank you

Best answer by GaetanGodart

Hello @Jonadem ,

 

I think we have changed our point of view on the config folder because we do ignore it in our VCS internally.

I think you can just ignore that folder for your VCS.

 

Regards,

1 reply

GaetanGodart
GaetanGodartBest answer
Technical Moderator
June 3, 2025

Hello @Jonadem ,

 

I think we have changed our point of view on the config folder because we do ignore it in our VCS internally.

I think you can just ignore that folder for your VCS.

 

Regards,