I have a folder in the web project's root folder which can be filled on the production web server with important user-specific files/folders which are not available in the project. (e.g. /Content/docs)
This folder can grow up to a few thousand files/folders, consequently when I publish a new version to the webserver, it can take a few minutes just to step over adding ACL's to that specific path.
According to this Microsoft Document I can exclude a folder from being published, but what if I would like to occasionally add/publish files to this folder?
How should I configure the wpp.targets XML to achieve this configuration ?
(p.s. I'm using VisualStudio's Web Deploy UI.)