How would be the syntax to include all files in a folder but not the subfolders? Or just excluding a single file in a folder?
e.g. this is not working since the including still includes all files in the subfolders
Code:
<GameFilesToExclude> <string>Engine/Config/Android</string> <string>Engine/Config/Flash</string> <string>Engine/Config/iPhone</string> <string>Engine/Config/Mac</string> <string>Engine/Config/Mobile</string> </GameFilesToExclude> <GameFilesToInclude> <string>Engine/Config/(.*)</string> </GameFilesToInclude>
Leave a comment: