Which TwineCompile files should be committed to version control and versioned with the source code? Which are user or machine specific?
So far, I've added this to my .gitignore:
*.twfd
*.twopts
*.@@@
Version Control - twopts & twfd
Re: Version Control - twopts & twfd
If you want to preserve project-specific TwineCompile options (like PCH settings), I would recommend checking in the twopts file. The others should be ignored, as you have.
Jon
Re: Version Control - twopts & twfd
Excellent. Thanks.