diff --git a/.gitignore b/.gitignore index 1dfe9f9..028a408 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +.vscode php-parser \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 88f947a..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,21 +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": "Launch", - "type": "go", - "request": "launch", - "mode": "debug", - "remotePath": "", - "port": 2345, - "host": "127.0.0.1", - "program": "${fileDirname}", - "env": {}, - "args": [], - "showLog": true - } - ] -} \ No newline at end of file