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 f92a213 commit 560b97fCopy full SHA for 560b97f
.github/workflows/codeql.yml
@@ -223,6 +223,11 @@ jobs:
223
with:
224
languages: ${{ matrix.language }}
225
build-mode: ${{ matrix.build-mode }}
226
+ config: |
227
+ paths-ignore:
228
+ - '**/android/app/main/java/iterable/reactnativesdk/example/**
229
+
230
231
# If you wish to specify custom queries, you can do so here or in a config file.
232
# By default, queries listed here will override any specified in a config file.
233
# Prefix the list here with "+" to use these queries and those in the config file.
0 commit comments