Skip to content

Commit 8c028e5

Browse files
committed
Add tar to globally ignored binaries (resolve #1796)
1 parent 4ebce9c commit 8c028e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/knip/src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export const IGNORED_GLOBAL_BINARIES = new Set([
126126
'sudo',
127127
'sync',
128128
'tac',
129+
'tar',
129130
'tee',
130131
'test', // exception (node built-in module)
131132
'time',

0 commit comments

Comments
 (0)