There was an error while loading. Please reload this page.
1 parent c5e65a0 commit 849ac66Copy full SHA for 849ac66
1 file changed
.github/codeql/codeql-config.yml
@@ -16,6 +16,8 @@ paths-ignore:
16
- '**/__tests__/**'
17
- '**/__mocks__/**'
18
- '**/__fixtures__/**'
19
+ - '**/__integration__/**'
20
+ - '**/*.integration.ts'
21
- '**/e2e/**'
22
# Deliberately no '**/test/**' or '**/tests/**'. A directory named `test` is a
23
# routable Next.js path segment, not necessarily test code: those globs
0 commit comments