mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-28 19:19:31 +00:00
Cleanup
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.idea
|
||||
.vscode
|
||||
composer.lock
|
||||
report/
|
||||
vendor/
|
||||
|
||||
Vendored
-26
@@ -1,26 +0,0 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Listen for XDebug",
|
||||
"type": "php",
|
||||
"request": "launch",
|
||||
"pathMappings": {
|
||||
"${workspaceFolder}": "${workspaceFolder}"
|
||||
},
|
||||
"port": 9000,
|
||||
"log": true
|
||||
},
|
||||
{
|
||||
"name": "Launch currently open script",
|
||||
"type": "php",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"cwd": "${fileDirname}",
|
||||
"port": 9000
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user