Skip to content

Instantly share code, notes, and snippets.

@giacomopiva
Last active August 7, 2018 12:54
Show Gist options
  • Save giacomopiva/ad55923de491ad503ffeeaf2ddae0a3a to your computer and use it in GitHub Desktop.
Save giacomopiva/ad55923de491ad503ffeeaf2ddae0a3a to your computer and use it in GitHub Desktop.
VSCode ftp-sync
{
"remotePath": "",
"host": "",
"username": "",
"password": "",
"port": 21,
"secure": false,
"protocol": "ftp",
"uploadOnSave": false,
"passive": false,
"debug": false,
"privateKeyPath": null,
"passphrase": null,
"ignore": [
"\\.vscode",
"\\.git",
"\\.DS_Store"
],
"generatedFiles": {
"uploadOnSave": false,
"extensionsToInclude": [".php", ".html", ".phtml", ".js", ".css"],
"path": "./"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment