* text=auto
*.php text eol=lf
*.sql text eol=lf
*.js text eol=lf
*.css text eol=lf
*.md text eol=lf
*.json text eol=lf
*.xlsx binary
*.jpg binary
*.jpeg binary
*.png binary
*.gz binary

# No incluir material local en archivos generados con git archive
/.env export-ignore
/config/database.php export-ignore
/storage/backups export-ignore
/storage/logs export-ignore
/storage/templates export-ignore
/storage/curricular export-ignore
/public/uploads export-ignore
/outputs export-ignore
/tests export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore
