Files
playbook/superpowers/.gitattributes
T
playbook-bot 5ab3a66d52
Trigger Superpowers Sync / Run main sync script (push) Successful in 1m0s
📦 deps(superpowers): vendor snapshot
2026-02-28 03:19:04 +00:00

19 lines
373 B
Plaintext

# Ensure shell scripts always have LF line endings
*.sh text eol=lf
hooks/session-start text eol=lf
# Ensure the polyglot wrapper keeps LF (it's parsed by both cmd and bash)
*.cmd text eol=lf
# Common text files
*.md text eol=lf
*.json text eol=lf
*.js text eol=lf
*.mjs text eol=lf
*.ts text eol=lf
# Explicitly mark binary files
*.png binary
*.jpg binary
*.gif binary