1
0
mirror of synced 2025-12-20 02:19:14 -05:00

Update CodeQL CLI manual (#39456)

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
docs-bot
2023-07-27 06:25:16 -07:00
committed by GitHub
parent 06badea99b
commit 8c3679fbc7
37 changed files with 215 additions and 135 deletions

View File

@@ -1,6 +1,6 @@
---
title: database index-files
versions:
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
ghec: '*'
@@ -41,11 +41,11 @@ The `--include`, `--exclude`, and `--prune` options all take glob
patterns, which can use the following wildcard characters:
- A single "?" matches any character other than a forward/backward
slash;
slash;
- A single "\*" matches any number of characters other than a
forward/backward slash;
forward/backward slash;
- The pattern "\*\*" matches zero or more complete directory
components.
components.
## Primary options