Issue #6 - ignore .vscode directory

This commit is contained in:
Mike Taylor 2019-05-22 16:36:47 -05:00
Родитель 2ae0ab6316
Коммит 24f53d9817
3 изменённых файлов: 1 добавлений и 25 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -2,3 +2,4 @@ node_modules
data
credentials.json
api-key.ini
.vscode/

17
.vscode/launch.json поставляемый
Просмотреть файл

@ -1,17 +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": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/index.js",
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "credentials.json"
}
}
]
}

8
.vscode/settings.json поставляемый
Просмотреть файл

@ -1,8 +0,0 @@
{
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
}
}