Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Feb 6, 2024
1 parent ca13bc5 commit 71a5927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/convert_to_jsr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for await (
const entry of walk(".", {
includeDirs: false,
exts: [".ts", ".md"],
skip: [/docker/, /.github/],
skip: [/docker/, /.github/, /tools/],
followSymlinks: false,
})
) {
Expand Down

0 comments on commit 71a5927

Please sign in to comment.