Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top