Skip to content

Commit

Permalink
add spell checker file exclusions
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Nov 6, 2023
1 parent ea19c5f commit bdb6300
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
(?:^|/)(?i)LICENSE
/package-lock\.json$
/swagger-ui/
CODEOWNERS
CONTRIBUTORS.md
ignore$
\.editorconfig$
\.gitkeep$
\.map$
\.mod$
\.npmrc$
\.png$
\.jpg$
\.sav$
\.sum$
\.xlf$
^\.github/actions/spelling
_test\.go$

0 comments on commit bdb6300

Please sign in to comment.