remove .vscode from git

This commit is contained in:
vadim 2017-12-22 14:13:36 +02:00
parent 9f48ca2968
commit 1d36f39509
2 changed files with 1 additions and 21 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.vscode
php-parser

21
.vscode/launch.json vendored
View File

@ -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
}
]
}