ftp Einstellungen
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
*.woff binary
|
||||||
|
*.woff2 binary
|
||||||
|
*.ttf binary
|
||||||
|
*.eot binary
|
||||||
|
*.otf binary
|
||||||
@@ -25,3 +25,9 @@
|
|||||||
/app/Config/database.php
|
/app/Config/database.php
|
||||||
/vendors/*
|
/vendors/*
|
||||||
|
|
||||||
|
# Local editor/deploy configuration
|
||||||
|
/.vscode/ftp-sync.json
|
||||||
|
/.vscode/sftp.json
|
||||||
|
|
||||||
|
.vscode/ftp-sync.json
|
||||||
|
.vscode/sftp.json
|
||||||
|
|||||||
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