mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-29 00:59:58 -07:00
21 lines
398 B
JSON
21 lines
398 B
JSON
{
|
|
"file_scan_exclusions": [
|
|
// default
|
|
"**/.git",
|
|
"**/.svn",
|
|
"**/.hg",
|
|
"**/.jj",
|
|
"**/CVS",
|
|
"**/.DS_Store",
|
|
"**/Thumbs.db",
|
|
"**/.classpath",
|
|
"**/.settings",
|
|
// custom
|
|
"**/lean-qr/*/index.mjs",
|
|
"uFuzzy.mjs",
|
|
"lightweight-charts.standalone.production.mjs",
|
|
"**/modern-screenshot/*/index.mjs",
|
|
"**/solidjs-signals/*/dist/prod.js"
|
|
]
|
|
}
|