fix gitignore for vscode
This commit is contained in:
parent
42554d836c
commit
cbe412cfdb
|
@ -31,4 +31,8 @@ test/test-cli-output/
|
||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
# vscode
|
# vscode
|
||||||
.vscode/settings.json
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"restructuredtext.confPath": "${workspaceFolder}/doc",
|
||||||
|
"files.watcherExclude": {
|
||||||
|
"**/.git/objects/**": true,
|
||||||
|
"**/.git/subtree-cache/**": true,
|
||||||
|
"**/node_modules/*/**": true,
|
||||||
|
"**/.eggs/**": true,
|
||||||
|
"**/.hypothesis/**": true,
|
||||||
|
"**/.tox/**": true,
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue