Page 1 of 1

Version Control - twopts & twfd

Posted: Mon Jan 26, 2015 5:28 pm
by bbrandt
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
*.@@@

Re: Version Control - twopts & twfd

Posted: Tue Jan 27, 2015 8:49 am
by jomitech
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.

Re: Version Control - twopts & twfd

Posted: Wed Apr 08, 2015 1:38 pm
by bbrandt
Excellent. Thanks.