-
-
Notifications
You must be signed in to change notification settings - Fork 244
Expand file tree
/
Copy pathknip.json
More file actions
26 lines (26 loc) · 671 Bytes
/
knip.json
File metadata and controls
26 lines (26 loc) · 671 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
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": [
"scripts/check-code-patterns.js",
"scripts/probe-xcode-mcpbridge.ts",
"scripts/repro-mcp-parent-exit-helper.mjs",
"src/integrations/xcode-tools-bridge/__tests__/fixtures/fake-xcode-tools-server.mjs"
],
"project": [
"src/**/*.{ts,js,mjs}",
"scripts/**/*.{ts,js,mjs}"
],
"ignoreBinaries": [
"scripts/bundle-axe.sh",
"scripts/package-macos-portable.sh",
"scripts/verify-portable-install.sh",
"scripts/create-homebrew-formula.sh",
"pkg-pr-new",
"ISC",
"BSD-2-Clause",
"BSD-3-Clause",
"Apache-2.0",
"Unlicense",
"FSL-1.1-MIT"
]
}