From 4c8d2e090b836f5c64dd82916c5ff941bad79736 Mon Sep 17 00:00:00 2001 From: Ruben Talstra Date: Thu, 6 Feb 2025 21:12:34 +0100 Subject: [PATCH] exclude files for Initialize CodeQL --- .codeql-config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.codeql-config.yml b/.codeql-config.yml index 82f91d0bbc..14cdd4b870 100644 --- a/.codeql-config.yml +++ b/.codeql-config.yml @@ -1,6 +1,5 @@ paths: - exclude: - - "**/test/**" - - "**/__tests__/**" - - "**/*.spec.*" - - "**/*.test.*" \ No newline at end of file + - "**/test/**" + - "**/__tests__/**" + - "**/*.spec.*" + - "**/*.test.*" \ No newline at end of file