Porządki v1
This commit is contained in:
23
.vscode/sftp.json
vendored
Normal file
23
.vscode/sftp.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "My Server",
|
||||
"host": "192.168.20.23",
|
||||
"protocol": "sftp",
|
||||
"port": 22,
|
||||
"username": "bartek",
|
||||
"password": "pelt-sweat-antiquely-ecosystem-dissuade",
|
||||
"remotePath": "/home/bartek/public_html/biesiada.menu/app",
|
||||
"uploadOnSave": true,
|
||||
"useTempFile": false,
|
||||
"openSsh": true,
|
||||
"watcher": {
|
||||
"files": "**/*",
|
||||
"autoUpload": true,
|
||||
"autoDelete": false
|
||||
},
|
||||
"ignore": [
|
||||
"**/.git/**",
|
||||
"**/.vscode/**",
|
||||
"**/.DS_Store",
|
||||
"**/vendor/**"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user