Files
meshcore-analyzer/.gitattributes
2026-03-30 22:52:46 -07:00

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