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