From f268212a07f887a53d05b59b4a3e8c6ae727d04a Mon Sep 17 00:00:00 2001 From: Kowalski Date: Thu, 6 Mar 2025 10:27:46 +0100 Subject: [PATCH] SFTP file. --- .gitignore | 1 - .vscode/sftp.json | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .vscode/sftp.json diff --git a/.gitignore b/.gitignore index 7f126b3..bfea246 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # KOW -.vscode/ temp/ log/ diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 0000000..22da7a3 --- /dev/null +++ b/.vscode/sftp.json @@ -0,0 +1,21 @@ +{ + "name": "Kmetix", + "host": "kmetix.cz", + "protocol": "sftp", + "port": 22, + "username": "root", + "remotePath": "/var/www/html/obvody.kmetix.cz", + "password": "Leviathan8!5379_", + "uploadOnSave": true, + "useTempFile": false, + "openSsh": false, + "ignore": [ + "**/.git/**", + "**/.vscode/**", + "**/temp/**", + "**/log/**", + "**/resources/**", + "**/vendor/**", + ".gitignore" + ] +} \ No newline at end of file