mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-13 05:07:40 +02:00
10 lines
521 B
Plaintext
10 lines
521 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
|
|
|
|
# Source-pin tests read files and match on \n; a Windows checkout with autocrlf turned every one red. LF everywhere, on every OS.
|
|
* text=auto eol=lf
|