commit 3601be572f166cc69388d13c7ba3aa4c479ba309 Author: Jacek Pyziak Date: Fri May 15 18:26:36 2026 +0200 first commit diff --git a/.vscode/ftp-kr.json b/.vscode/ftp-kr.json new file mode 100644 index 0000000..2365805 --- /dev/null +++ b/.vscode/ftp-kr.json @@ -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" + ] +} \ No newline at end of file diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 0000000..0784d68 --- /dev/null +++ b/.vscode/sftp.json @@ -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 +}