Skip to content

Commit

Permalink
chore: ignore find binary
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Dec 23, 2023
1 parent a03ef7c commit 30324b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knip.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"entry": ["src/index.ts!"],
"ignoreBinaries": ["find"],
"ignoreExportsUsedInFile": { "interface": true, "type": true },
"project": ["src/**/*.ts!"]
}

0 comments on commit 30324b9

Please sign in to comment.