SFTP file.

master
Kowalski 2025-03-06 10:27:46 +01:00
parent c70daf2556
commit f268212a07
2 changed files with 21 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,7 +4,6 @@
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# KOW # KOW
.vscode/
temp/ temp/
log/ log/

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

@ -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"
]
}