Files
0sm0s1z 21c30f848e fix(build): resolve Windows CRLF build failure in sirius-postgres (closes #109)
Add .gitattributes to enforce LF line endings repo-wide, preventing
CRLF from breaking shell scripts inside Linux containers. Add sed-based
CRLF stripping in sirius-postgres, sirius-ui, and sirius-api Dockerfiles
as a defense-in-depth safety net. Add .editorconfig for consistent editor
settings and document Windows prerequisites in CONTRIBUTING.md.

Made-with: Cursor
2026-02-25 14:38:43 -08:00

14 lines
244 B
Plaintext

# Force LF for all text files -- prevents CRLF from entering containers
* text=auto eol=lf
# Explicitly mark binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary