Commit inicial

This commit is contained in:
2026-05-26 00:59:40 -06:00
commit 46594fbec8
140 changed files with 26127 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
{
"enableStatusBarItem": true,
"enableQuickPick": true,
"uploadOnSave": true,
"autoDelete": true,
"checkGitignore": false,
"activeTargets": [
"LudotecaEmpresrial"
],
"concurrency": 5,
"ignore": [
".git/**/*",
".vscode/**/*"
],
"include": [],
"targets": [
{
"name": "My SFTP",
"type": "sftp",
"host": "localhost",
"port": 22,
"user": "admin",
"password": "123456",
"dir": "/",
"baseDir": "/",
"privateKey": null,
"passphrase": null
},
{
"name": "LudotecaEmpresrial",
"type": "ftp",
"host": "cp7068.webempresa.eu",
"port": 21,
"user": "cheve@ludotecaempresarial.com",
"password": "Lestat04@",
"dir": "/",
"baseDir": "/public_html/ludotecaempresarial.com/juegos",
"transferDataType": "binary"
}
]
}