We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3881831 commit 3ffd570Copy full SHA for 3ffd570
CodeQL.yml
@@ -21,3 +21,9 @@ path_classifiers:
21
- "out-build"
22
- "out-vscode"
23
- "**/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