# Handle line endings automatically for files detected as text # and leave all files detected as binary untouched. * text=auto # These files are text and should be normalized *.gitattributes text *.gitignore text *.md text *.js text *.ts text *.json text # Exclude files from exporting .gitattributes export-ignore .gitignore export-ignore