I am working on a project using Wix, which naturally produces a bunch of .wxs files when building.
Should these files be under source control? Seemingly "un-reviewable" changes to .wxs files appear each time something is built, leading to a pretty bloated repository. Is it okay to add these files to .gitignore?
Read more here: https://stackoverflow.com/questions/66331002/should-wix-wxs-files-be-placed-under-source-control
Content Attribution
This content was originally published by David Montgomery at Recent Questions - Stack Overflow, and is syndicated here via their RSS feed. You can read the original post over there.