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 119b439 commit 860c253Copy full SHA for 860c253
.github/workflows/codeql.yml
@@ -64,6 +64,9 @@ jobs:
64
with:
65
languages: ${{ matrix.language }}
66
build-mode: ${{ matrix.build-mode }}
67
+ config: |
68
+ paths-ignore:
69
+ - 'dist/'
70
# If you wish to specify custom queries, you can do so here or in a config file.
71
# By default, queries listed here will override any specified in a config file.
72
# Prefix the list here with "+" to use these queries and those in the config file.
0 commit comments