Skip to content

Commit

Permalink
chore: ignore /docs in license checker tool (denoland#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored and timreichen committed Jan 8, 2024
1 parent 0a1a342 commit c8c07e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _tools/check_licence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const EXCLUDED_DIRS = [
"**/crypto/_wasm/target",
"**/crypto/_wasm/lib",
"**/.git",
"**/docs/**",
];

const ROOT = new URL("../", import.meta.url);
Expand Down

0 comments on commit c8c07e6

Please sign in to comment.