# Auto-detect text files
* text=auto

# JavaScript files
*.js text eol=lf

# CSS files
*.css text eol=lf

# HTML files
*.html text eol=lf

# Markdown files
*.md text eol=lf

# JSON files
*.json text eol=lf

# Configuration files
*.yml text eol=lf
*.yaml text eol=lf

# License and legal files
LICENSE text eol=lf
COPYING text eol=lf

# Documentation
README text eol=lf
CHANGELOG text eol=lf
CONTRIBUTING text eol=lf
SECURITY text eol=lf

# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary

# Large files
*.zip binary
*.tar binary
*.gz binary
