-
-
Save calvez/ba9d44db6385cd3535786f7724766a8e to your computer and use it in GitHub Desktop.
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": "10.10.10.10", | |
"port": 22, | |
"username": "user", | |
"remotePath": "/var/www/docroot/themes/custom/magnetbank", | |
"privateKeyPath": "~/.ssh/id_rsa", | |
"autoUpload": false, | |
"autoDelete": false, | |
"ignore": [ | |
".vscode", | |
".git", | |
".DS_Store", | |
"node_modules" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment