first commit

This commit is contained in:
2026-05-15 18:26:36 +02:00
commit 3601be572f
2 changed files with 29 additions and 0 deletions

17
.vscode/ftp-kr.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"host": "hosting2665807.online.pro",
"username": "www@zurawik.pl",
"password": "JarRR6wK",
"remotePath": "/zurawik.pl/",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": false,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
}

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

@@ -0,0 +1,12 @@
{
"name": "hosting2665807.online.pro",
"host": "hosting2665807.online.pro",
"protocol": "ftp",
"port": 21,
"username": "www@zurawik.pl",
"password": "JarRR6wK",
"remotePath": "/zurawik.pl/",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}