Exclude node_modules from CodeQL (#187773)

Exclude node_modules
This commit is contained in:
Raymond Zhao
2023-07-12 16:41:30 -07:00
committed by GitHub
parent 3881831877
commit 3ffd570e52

View File

@@ -21,3 +21,9 @@ path_classifiers:
- "out-build" - "out-build"
- "out-vscode" - "out-vscode"
- "**/out/**" - "**/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/**"