etcher/.gitattributes
Juan Cruz Viotti fc46958ac0 fix(image-stream): interpret iso9660 as application/octet-stream (#1277)
This is a regression caused by
https://github.com/resin-io/etcher/pull/1257, which introduced a new way
to detect mime types by using the `mime-types` module.

This module, contrary to `file-type`, will detect certain ISO files as
`application/x-iso9660-image`, which Etcher doesn't know how to handle,
and will therefore should at the user that the format is unsupported.

Change-Type: patch
Changelog-Entry: Don't interpret certain ISO images as unsupported.
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2017-04-10 23:49:11 -04:00

35 lines
597 B
Plaintext

# Javascript files must retain LF line-endings (to keep eslint happy)
*.js text eol=lf
# CSS and SCSS files must retain LF line-endings (to keep ensure-staged-sass.sh happy)
*.css text eol=lf
*.scss text eol=lf
# Text files
dictionary text
Dockerfile* text
.dockerignore text
.editorconfig text
etcher text
.git* text
*.html text
*.json text
LICENSE text
Makefile text
*.md text
*.sh text
*.bat text
*.svg text
*.yml text
# Binary files (no line-ending conversions)
*.bz2 binary
*.gz binary
*.icns binary
*.ico binary
*.img binary
*.iso binary
*.png binary
*.xz binary
*.zip binary
*.dmg binary