customercore / .gitattributes
Saibalaji Namburi
feat: initial commit — CustomerCore Phases 1-9 complete
3cfefe7
Raw
History Blame
352 Bytes
# Normalize line endings for all text files
* text=auto eol=lf
# Python files
*.py text eol=lf
*.pyi text eol=lf
# Config files
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
*.json text eol=lf
*.sql text eol=lf
*.md text eol=lf
# Binary files
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.docx binary
*.db binary
*.duckdb binary