This commit is contained in:
2026-03-31 17:51:34 +02:00
parent ca8db7a9da
commit 1dbb8ab5da
4 changed files with 3244 additions and 36 deletions

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

@@ -1,17 +1,22 @@
{
"host": "host117523.hostido.net.pl",
"username": "www@carei.pagedev.pl",
"password": "FRKeFaBHHUkREqg9gqta",
"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@carei.pagedev.pl",
"password": "FRKeFaBHHUkREqg9gqta",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode",
"/.claude",
"/.paul",
"/docs",
".env",
"CLAUDE.md"
]
}

File diff suppressed because it is too large Load Diff

19
.vscode/sftp.json vendored
View File

@@ -1,11 +1,12 @@
{
"name": "My Server",
"host": "localhost",
"protocol": "sftp",
"port": 22,
"username": "username",
"remotePath": "/",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
"name": "carei.pagedev.pl",
"host": "host117523.hostido.net.pl",
"protocol": "ftp",
"port": 21,
"username": "www@carei.pagedev.pl",
"password": "FRKeFaBHHUkREqg9gqta",
"remotePath": "/public_html",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}