Skip to content

Commit 548270d

Browse files
authoredNov 3, 2023
Add bunx to list of ignored binaries (#330)
1 parent a478c81 commit 548270d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎src/constants.ts

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const GLOBAL_IGNORE_PATTERNS = ['**/node_modules/**', '.yarn'];
1414
export const IGNORED_GLOBAL_BINARIES = [
1515
'bash',
1616
'bun',
17+
'bunx',
1718
'cat',
1819
'cd',
1920
'chmod',

0 commit comments

Comments
 (0)
Please sign in to comment.