forked from MapComplete/MapComplete
Use gitignore for ignoring files in search
This commit is contained in:
parent
063d7e4637
commit
9e3f89b874
1 changed files with 3 additions and 2 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -16,5 +16,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"files.autoSave": "onFocusChange"
|
"files.autoSave": "onFocusChange",
|
||||||
}
|
"search.useIgnoreFiles": true
|
||||||
|
}
|
Loading…
Reference in a new issue