cmd/gopls/integration: git ignore temporary vscode files

Change-Id: I9585fb227f44c4bf8071247bb6b89b6fed6cf83b
Reviewed-on: https://go-review.googlesource.com/c/159277
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
This commit is contained in:
Ian Cottrell 2019-01-23 18:18:15 -05:00
parent 0c44af741b
commit 78ee07aa94
3 changed files with 9 additions and 6 deletions

View File

@ -0,0 +1,3 @@
gopls*.vsix
out
node_modules

View File

@ -1,5 +1,5 @@
{ {
"name": "golsp", "name": "gopls",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
@ -11,9 +11,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "8.10.37", "version": "8.10.39",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.37.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.39.tgz",
"integrity": "sha512-Jp39foY8Euv/PG4OGPyzxis82mnjcUtXLEMA8oFMCE4ilmuJgZPdV2nZNV1moz+99EJTtcpOSgDCgATUwABKig==", "integrity": "sha512-rE7fktr02J8ybFf6eysife+WF+L4sAHWzw09DgdCebEu+qDwMvv4zl6Bc+825ttGZP73kCKxa3dhJOoGJ8+5mA==",
"dev": true "dev": true
}, },
"ajv": { "ajv": {

View File

@ -28,7 +28,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^5.2.5", "@types/mocha": "^5.2.5",
"@types/node": "^8.0.0", "@types/node": "^8.10.39",
"tslint": "^5.11.0", "tslint": "^5.11.0",
"typescript": "^3.1.3", "typescript": "^3.1.3",
"vscode": "^1.1.24" "vscode": "^1.1.24"
@ -55,4 +55,4 @@
} }
} }
} }
} }