Specified Sync Marek Kmiecik 创建于 2018年05月12日 09:02 I need resolve specified problem. I need use feature Sync with local, but also I need Exclude folder from automatically upload (prevent upload folder from Upload external changes). How to do something like this?
You can add this folder as an exclude path at your deployment configuration properties | Excluded Paths. Unless I got you all wrong.
https://www.jetbrains.com/help/phpstorm/excluding-files-and-folders-from-deployment.html
But if folder is excluded, then Synchronization not work.
Remote files are going to be changed and you would need to sync them with local (despite them being in "excluded paths")?
Works. Icon "Hide excluded files" into sync window should be unchecked. Thank You for help.