In my yii project on windows 7 I have the following structure:

/project
.. /yii
.... /framework
.... /protected
.... ftpsync.settings

in ftpsync.settings I want to ignore the framework folder as the following:

"ignore": "\\\\framework\\\\"

then in sidebar when I right click on yii folder > FTPSync > Upload, then it should ignore the framework folder which is not happening

so any ideas please?

有帮助吗?

解决方案

"ignore": "\\\\framework\\\\"
is working but I was confused when I see the number of all files in the status bar

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top