зеркало из https://github.com/mozilla/tsci.git
Issue #6 - ignore .vscode directory
This commit is contained in:
Родитель
2ae0ab6316
Коммит
24f53d9817
|
@ -2,3 +2,4 @@ node_modules
|
|||
data
|
||||
credentials.json
|
||||
api-key.ini
|
||||
.vscode/
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
"**/.classpath": true,
|
||||
"**/.project": true,
|
||||
"**/.settings": true,
|
||||
"**/.factorypath": true
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче