Skip to content

Commit 9614b97

Browse files
Pentest Agentclaude
andcommitted
chore: exclude scripts/ directory from knip analysis
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 657fdb8 commit 9614b97

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

knip.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://unpkg.com/knip@6/schema.json",
3+
"tags": [
4+
"-lintignore"
5+
],
6+
"project": [
7+
"src/**/*.{ts,html,scss}",
8+
"!scripts/**"
9+
]
10+
}

0 commit comments

Comments
 (0)