This commit is contained in:
2026-05-06 00:18:37 +02:00
parent 09e0ce8dc0
commit ea77c8ea35
25 changed files with 1996 additions and 34 deletions

34
.vscode/ftp-kr.json vendored
View File

@@ -1,17 +1,21 @@
{
"host": "host117523.hostido.net.pl",
"username": "www@jachty3.pagedev.pl",
"password": "r3VEubZQHHBndzUrZFqX",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
"host": "host117523.hostido.net.pl",
"username": "www@jachty3.pagedev.pl",
"password": "r3VEubZQHHBndzUrZFqX",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode",
"/.paul",
"/.serena",
"CLAUDE.md",
"/.claude"
]
}

12
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "host117523.hostido.net.pl",
"host": "host117523.hostido.net.pl",
"protocol": "ftp",
"port": 21,
"username": "www@jachty3.pagedev.pl",
"password": "r3VEubZQHHBndzUrZFqX",
"remotePath": "/public_html",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}