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