# Set the default behavior, in case users don't have core.autocrlf set
* text=auto

# Files that should always be normalized and converted to native line
# endings on checkout.

*.js text
*.json text
*.yml text
*.md text
*.sh text eol=lf
LICENSE text

# Files that are truly binary and should not be modified
*.pem binary
*.crt binary
*.key binary
*.jks binary
*.p12 binary

# Exclude files from exporting
#

.gitattributes export-ignore
.gitignore     export-ignore
.npmignore     export-ignore
.npmrc         export-ignore
