Files
2026-04-29 00:46:17 -04:00

7 lines
371 B
Plaintext

# Vendored MCP server bundles (esbuild output of upstream npm packages).
# Two patterns because Linguist's pathspec handling of bare `**` is
# inconsistent — `dir/*` covers files at the root, `dir/**/*` covers
# anything nested. Together they exclude all 3 bundles from language stats.
backend/mcp-bundles/* linguist-vendored
backend/mcp-bundles/**/* linguist-vendored