-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.fallowrc.json
More file actions
30 lines (30 loc) · 902 Bytes
/
.fallowrc.json
File metadata and controls
30 lines (30 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$schema": "https://raw.githubusercontent.com/fallow-rs/fallow/main/schema.json",
"ignoreDependencies": [
"@napi-rs/cli",
"@srcmap/codec-darwin-arm64",
"@srcmap/codec-darwin-x64",
"@srcmap/codec-linux-arm64-gnu",
"@srcmap/codec-linux-arm64-musl",
"@srcmap/codec-linux-x64-gnu",
"@srcmap/codec-linux-x64-musl",
"@srcmap/codec-win32-x64-msvc",
"@srcmap/sourcemap-darwin-arm64",
"@srcmap/sourcemap-darwin-x64",
"@srcmap/sourcemap-linux-arm64-gnu",
"@srcmap/sourcemap-linux-arm64-musl",
"@srcmap/sourcemap-linux-x64-gnu",
"@srcmap/sourcemap-linux-x64-musl",
"@srcmap/sourcemap-win32-x64-msvc"
],
"ignorePatterns": [
".fallow/**",
"coverage/**",
"target/**",
"benchmarks/node_modules/**",
"packages/gen-mapping/src/gen-mapping.cjs",
"packages/*/pkg/**",
"packages/*/web/**",
"packages/*/bundler/**"
]
}