mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
19 lines
346 B
JSON
19 lines
346 B
JSON
{
|
|
"ignore-patterns": ["libDev"],
|
|
"ignores": [
|
|
"babel*",
|
|
"karma*",
|
|
"@babel/*",
|
|
"@playwright/*",
|
|
"webpack*",
|
|
"worker-loader",
|
|
"node-libs-browser",
|
|
"rimraf",
|
|
"tslib",
|
|
"protobufjs-cli",
|
|
"buffer",
|
|
"node-gyp",
|
|
"version-bump-prompt"
|
|
]
|
|
}
|