name: "CodeQL Config" # Paths to exclude from analysis paths-ignore: - thirdparty - "**/node_modules" - "**/dist" - "**/bin" - "**/tests" - "**/*.test.ts" - "**/*.spec.ts" - "**/test" - "**/__tests__"