9 lines
134 B
YAML
9 lines
134 B
YAML
name: "CodeQL Config"
|
|
|
|
# Paths to exclude from analysis
|
|
paths-ignore:
|
|
- thirdparty
|
|
- "**/node_modules"
|
|
- "**/dist"
|
|
- "**/bin"
|