From 593ed77406c5adff68e24a64df94380f6bff68cb Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 17 Jul 2025 20:52:28 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index 700feb5f..a6a61b1e 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -8,6 +8,7 @@ export default [ '**/out/**', '**/dist/**', '**/.wrangler/**', + '**/.xmcp/**', 'packages/types/src/openapi.d.ts', 'apps/gateway/src/worker.d.ts', 'packages/json-schema/test/json-schema-test-suite.ts',