Skip to content

Commit 3ffd570

Browse files
authored
Exclude node_modules from CodeQL (microsoft#187773)
Exclude node_modules
1 parent 3881831 commit 3ffd570

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CodeQL.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ path_classifiers:
2121
- "out-build"
2222
- "out-vscode"
2323
- "**/out/**"
24+
25+
# The default behavior is to tag library code as `library`. Results are hidden
26+
# for library code. You can tag further files as being library code by adding them
27+
# to the `library` section.
28+
library:
29+
- "**/node_modules/**"

0 commit comments

Comments
 (0)