mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
The second test case now sets the `paths-ignore` setting in the config file in order to skip files in hidden directories.
4 lines
47 B
YAML
4 lines
47 B
YAML
name: Test Config
|
|
paths-ignore:
|
|
- "**/.*/**"
|