first commit
This commit is contained in:
21
.vscode/sftp.json
vendored
Normal file
21
.vscode/sftp.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "zaufane.pl",
|
||||
"host": "51.91.158.9",
|
||||
"protocol": "sftp",
|
||||
"port": 4324,
|
||||
"username": "zaufanewww",
|
||||
"password": "6eEZ-Ke34#SmCUes",
|
||||
"remotePath": "/var/www/html/",
|
||||
"uploadOnSave": true,
|
||||
"ignore": [
|
||||
".vscode",
|
||||
".git",
|
||||
".DS_Store",
|
||||
".svn"
|
||||
],
|
||||
"watcher": {
|
||||
"files": "**/*.*",
|
||||
"autoUpload": true,
|
||||
"autoDelete": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user