se elimina archivo de sincronizacion por ftp
This commit is contained in:
parent
d1ce6c3539
commit
89d7fd75a8
|
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"name": "calculos",
|
|
||||||
"host": "monona.duckdns.org",
|
|
||||||
"protocol": "ftp",
|
|
||||||
"port": 2101,
|
|
||||||
"username": "ftpcalculos",
|
|
||||||
"password": ")0LC*!l!ha2$UFJr!u",
|
|
||||||
"remotePath": "/",
|
|
||||||
"uploadOnSave": true,
|
|
||||||
"useTempFile": false,
|
|
||||||
"openSsh": false,
|
|
||||||
"ignore": [
|
|
||||||
"**/.vscode/**",
|
|
||||||
"**/node_modules/**",
|
|
||||||
"dist/**",
|
|
||||||
"**/*.map",
|
|
||||||
"backups/**"
|
|
||||||
],
|
|
||||||
"watcher": {
|
|
||||||
"files": "**/*",
|
|
||||||
"autoUpload": true,
|
|
||||||
"autoDelete": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue