Skip to content

Commit

Permalink
refactor(pack): ignore __pycache__ (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
  • Loading branch information
BlackHole1 authored Dec 16, 2024
1 parent 3bd6a69 commit 0baab2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/pack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const defaultIgnore = [
"node_modules",
".git",
".DS_Store",
"__pycache__",
];

export async function prePack(p: string, ignore: string[]) {
Expand Down

0 comments on commit 0baab2c

Please sign in to comment.