Created
July 20, 2018 13:09
-
-
Save wayphorier/ced5b1a0162a9a7f230a2510a36f81da to your computer and use it in GitHub Desktop.
VS Code SFTP base config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"protocol": "sftp", | |
"host": "", | |
"username": "", | |
"password": "", | |
"remotePath": "", | |
"uploadOnSave": false, | |
"ignore": [ | |
".vscode", ".node", ".webpack", ".git", ".gitignore" | |
], | |
"watcher": { | |
"files": "{custom.css,custom.css.map,assets/bundle.js,assets/bundle.js.map}", | |
"autoUpload": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment