Exclude node_modules from CodeQL (#187773)

Exclude node_modules
pull/187801/head
Raymond Zhao 2023-07-12 16:41:30 -07:00 committed by GitHub
parent 3881831877
commit 3ffd570e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -21,3 +21,9 @@ path_classifiers:
- "out-build"
- "out-vscode"
- "**/out/**"
# The default behavior is to tag library code as `library`. Results are hidden
# for library code. You can tag further files as being library code by adding them
# to the `library` section.
library:
- "**/node_modules/**"