Files
openswarm/.gitattributes

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