# Ensure consistent line endings
* text=auto eol=lf

# Explicitly declare text files
*.js text eol=lf
*.ts text eol=lf
*.json text eol=lf
*.md text eol=lf

# Denote binary files
*.png binary
*.jpg binary
