chore: configure codeql to ignore generated code (#1760)
This commit is contained in:
parent
61f50f630f
commit
dc2353e57a
1 changed files with 5 additions and 0 deletions
5
.github/codeql/codeql-config.yml
vendored
Normal file
5
.github/codeql/codeql-config.yml
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
name: "CodeQL config"
|
||||
|
||||
paths-ignore:
|
||||
- dist
|
||||
- node_modules
|
||||
Loading…
Add table
Add a link
Reference in a new issue