Normalize line endings to LF across entire repository
Apply .gitattributes normalization to convert all CRLF line endings inherited from Windows-origin source files to Unix LF. 175 files, zero content changes.
This commit is contained in:
parent
696d2dd387
commit
bbdcb243dc
175 changed files with 56794 additions and 56794 deletions
44
.gitignore
vendored
44
.gitignore
vendored
|
|
@ -1,22 +1,22 @@
|
|||
# Empty extraction directories
|
||||
docs/diseqc/images/
|
||||
|
||||
# Third-party dependencies
|
||||
firmware/fx2lib/
|
||||
|
||||
# Build artifacts
|
||||
firmware/build/
|
||||
tools/__pycache__/
|
||||
|
||||
# TUI
|
||||
tui/.venv/
|
||||
tui/__pycache__/
|
||||
|
||||
# MCP server
|
||||
mcp/skywalker-mcp/.venv/
|
||||
mcp/skywalker-mcp/__pycache__/
|
||||
|
||||
# Documentation site
|
||||
site/node_modules/
|
||||
site/dist/
|
||||
site/.astro/
|
||||
# Empty extraction directories
|
||||
docs/diseqc/images/
|
||||
|
||||
# Third-party dependencies
|
||||
firmware/fx2lib/
|
||||
|
||||
# Build artifacts
|
||||
firmware/build/
|
||||
tools/__pycache__/
|
||||
|
||||
# TUI
|
||||
tui/.venv/
|
||||
tui/__pycache__/
|
||||
|
||||
# MCP server
|
||||
mcp/skywalker-mcp/.venv/
|
||||
mcp/skywalker-mcp/__pycache__/
|
||||
|
||||
# Documentation site
|
||||
site/node_modules/
|
||||
site/dist/
|
||||
site/.astro/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue