Skip to content

Commit

Permalink
fix(tools): ignore the .git folder when checking for copyright header (
Browse files Browse the repository at this point in the history
  • Loading branch information
syhol authored Dec 12, 2023
1 parent f014a03 commit 131cd85
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 @@ -9,6 +9,7 @@ const EXCLUDED_DIRS = [
"**/http/testdata",
"**/crypto/_wasm/target",
"**/crypto/_wasm/lib",
"**/.git",
];

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

0 comments on commit 131cd85

Please sign in to comment.