diff --git a/.gitignore b/.gitignore index 5b9250d..fde43a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea +.vscode composer.lock report/ vendor/ diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 85f85f4..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -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 - } - ] -} \ No newline at end of file