Is there a way to ignore specific folders and it’s content when merging branches?
(I’m using the Windows standalone app of Unity Version Control, ver 11.0.16.7935)
Example:
Branch A:
Folder: CommonStuffBetweenProjects * I want this to be merged
Folder: IndividualProjectStuff ** I want this to be ignored when merging, but retained in source control, so adding to ignore.conf would not work.
Branch B:
Folder: CommonStuffBetweenProjects * I want this to be merged
Folder: IndividualProjectStuff ** I want this to be ignored when merging, but retained in source control, so adding to ignore.conf would not work.