At the top level of our project folder hierarchy, we've created the standard ignore rules to exclude our compiled exe's, dll's, etc. As these rules are specified at the top level of our repository, they are effective for all folders within the project hierarchy.
I have one specific folder that contains several exe's which I do want to synchronize with our Git repository. How do I turn off the exclusion at the subfolder level so that exe's within that folder will be synchronized with our Git repository? (The subfolder is a 'leaf' so once the exclusion is disabled, it can remain as such.)