first commit
This commit is contained in:
20
.vscode/ftp-kr.json
vendored
Normal file
20
.vscode/ftp-kr.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"host": "aktualia.com.pl",
|
||||
"username": "aktualia",
|
||||
"password": "mohei1Fe",
|
||||
"remotePath": "/www/",
|
||||
"protocol": "ftp",
|
||||
"port": 21,
|
||||
"fileNameEncoding": "utf8",
|
||||
"autoUpload": true,
|
||||
"autoDelete": false,
|
||||
"autoDownload": false,
|
||||
"ignoreRemoteModification": true,
|
||||
"ignore": [
|
||||
".git",
|
||||
"/.vscode",
|
||||
"/.claude",
|
||||
"/.paul",
|
||||
"/.serena"
|
||||
]
|
||||
}
|
||||
12
.vscode/sftp.json
vendored
Normal file
12
.vscode/sftp.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "aktualia.com.pl",
|
||||
"host": "aktualia.com.pl",
|
||||
"protocol": "ftp",
|
||||
"port": 21,
|
||||
"username": "aktualia",
|
||||
"password": "mohei1Fe",
|
||||
"remotePath": "/www/",
|
||||
"uploadOnSave": false,
|
||||
"useTempFile": false,
|
||||
"openSsh": false
|
||||
}
|
||||
Reference in New Issue
Block a user