Skip to content

Commit

Permalink
chore: exclude files for typos check
Browse files Browse the repository at this point in the history
Signed-off-by: usamoi <[email protected]>
  • Loading branch information
usamoi committed Jun 4, 2024
1 parent 3269d04 commit 7e2f5a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ extend-ignore-re = [
]

[files]
extend-exclude = ["tokenizer/*.json"]
extend-exclude = [
"tokenizer/*.json",
"vendor/pg_config/*.txt",
"vendor/pgrx_binding/*.rs",
]

0 comments on commit 7e2f5a7

Please sign in to comment.