SFTP file.
parent
c70daf2556
commit
f268212a07
|
|
@ -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/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue