diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml index f50b20410aa..6c93954f998 100644 --- a/.github/codeql/codeql-config.yml +++ b/.github/codeql/codeql-config.yml @@ -16,6 +16,8 @@ paths-ignore: - '**/__tests__/**' - '**/__mocks__/**' - '**/__fixtures__/**' + - '**/__integration__/**' + - '**/*.integration.ts' - '**/e2e/**' # Deliberately no '**/test/**' or '**/tests/**'. A directory named `test` is a # routable Next.js path segment, not necessarily test code: those globs