mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding search exclude patterns.
This commit is contained in:
parent
647a43415d
commit
6ca09a160f
1 changed files with 7 additions and 0 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -12,5 +12,12 @@
|
|||
"clients": true,
|
||||
"media/android": true,
|
||||
"media/ios": true,
|
||||
"**/*.map": true,
|
||||
"ansible/playbooks/*/*": true,
|
||||
"archive/*": true,
|
||||
"logs/*": true,
|
||||
"media/fonts": true,
|
||||
"static/*.css": true,
|
||||
"static/*.js": true,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue