Files
2026-07-13 12:38:34 +08:00

22 lines
308 B
JSON

{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignoreWorkspaces": [
"ts/e2e-tests/**"
],
"ignoreBinaries": [
"mise",
"swift",
"python",
"python3",
"vhs",
"ps",
"ruff"
],
"ignore": [
"**/.next/**",
"**/build/**",
"docs/**",
"**/*.d.ts"
]
}