mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-04-05 02:15:43 +00:00
18 lines
419 B
Plaintext
18 lines
419 B
Plaintext
# Force LF line endings for all text files (prevents CRLF churn from Windows agents)
|
|
* text=auto eol=lf
|
|
|
|
# Explicitly mark binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.ico binary
|
|
*.db binary
|
|
|
|
# Squad: union merge for append-only team state files
|
|
.squad/decisions.md merge=union
|
|
.squad/agents/*/history.md merge=union
|
|
.squad/log/** merge=union
|
|
.squad/orchestration-log/** merge=union
|
|
|
|
manage.sh text eol=lf
|
|
*.sh text eol=lf
|