Merge branch 'main' of https://git.ctb-it.de/clemens/praxis-creutzburg-web
This commit is contained in:
Vendored
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"remotePath": "./",
|
||||
"host": "your-host",
|
||||
"username": "your-username",
|
||||
"password": "your-password",
|
||||
"port": 21,
|
||||
"secure": true,
|
||||
"protocol": "ftp",
|
||||
"uploadOnSave": false,
|
||||
"passive": false,
|
||||
"debug": false,
|
||||
"privateKeyPath": null,
|
||||
"passphrase": null,
|
||||
"agent": null,
|
||||
"allow": [],
|
||||
"ignore": [
|
||||
"\\.vscode",
|
||||
"\\.git",
|
||||
"\\.DS_Store"
|
||||
],
|
||||
"generatedFiles": {
|
||||
"extensionsToInclude": [
|
||||
""
|
||||
],
|
||||
"path": ""
|
||||
}
|
||||
}
|
||||
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "Project Deployment",
|
||||
"host": "your-host",
|
||||
"protocol": "ftp",
|
||||
"port": 21,
|
||||
"username": "your-username",
|
||||
"password": "your-password",
|
||||
"remotePath": "/",
|
||||
"secure": true,
|
||||
"uploadOnSave": false,
|
||||
"useTempFile": false,
|
||||
"openSsh": false
|
||||
}
|
||||
Reference in New Issue
Block a user