Ignore .vscode

This commit is contained in:
Aaron Yarborough 2018-12-18 23:08:24 +00:00
parent 88f936b51a
commit 8c02747ab4
2 changed files with 2 additions and 22 deletions

2
.gitignore vendored
View file

@ -17,3 +17,5 @@ wp-content/plugins/hello.php
/sitemap.xml /sitemap.xml
/sitemap.xml.gz /sitemap.xml.gz
\.vscode/

22
.vscode/launch.json vendored
View file

@ -1,22 +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",
"port": 9000
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9000
}
]
}