when new remote file created from other tools was not synced by deployment

|

intellij pyCharm phpstorm webstorm


when new remote file created from other tools was not synced by deployment 



.idea directory => deployment.xml file


component tag


<component name="xxxxxx"

...

showNewOnTargetInSync = "false"

showNewOnTargetInSync = "true"


or

add above attribute

And