mirror of
https://github.com/shadoll/slavforest.git
synced 2025-10-26 23:18:40 +00:00
remove
This commit is contained in:
25
.vscode/ftp-sync.json
vendored
25
.vscode/ftp-sync.json
vendored
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"remotePath": "./slavforest.com.ua",
|
|
||||||
"host": "uvh12.mirohost.net",
|
|
||||||
"username": "slavforest",
|
|
||||||
"password": "cAAed7MU",
|
|
||||||
"port": 21,
|
|
||||||
"secure": false,
|
|
||||||
"protocol": "ftp",
|
|
||||||
"uploadOnSave": false,
|
|
||||||
"passive": false,
|
|
||||||
"debug": false,
|
|
||||||
"privateKeyPath": null,
|
|
||||||
"passphrase": null,
|
|
||||||
"ignore": [
|
|
||||||
"\\.vscode",
|
|
||||||
"\\.git",
|
|
||||||
"\\.DS_Store",
|
|
||||||
"\\.db"
|
|
||||||
],
|
|
||||||
"generatedFiles": {
|
|
||||||
"uploadOnSave": false,
|
|
||||||
"extensionsToInclude": [],
|
|
||||||
"path": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
23
.vscode/launch.json
vendored
23
.vscode/launch.json
vendored
@@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Listen for XDebug",
|
|
||||||
"type": "php",
|
|
||||||
"request": "launch",
|
|
||||||
"port": 9000,
|
|
||||||
"pathMappings": {
|
|
||||||
"/var/html": "/Users/sha/Projects/slavforest.local/html"
|
|
||||||
},
|
|
||||||
"log": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Launch currently open script",
|
|
||||||
"type": "php",
|
|
||||||
"request": "launch",
|
|
||||||
"program": "${file}",
|
|
||||||
"cwd": "${fileDirname}",
|
|
||||||
"port": 9000
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user