# Auto detect text files and perform LF normalization
* text=auto

# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf
*.bash text eol=lf
/Dockerfile text eol=lf
*.cmd text eol=crlf
*.bat text eol=crlf
*.txt text eol=lf
*.svg text eol=lf
*.json text eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.ico binary
*.pdf binary
*.xls binary
*.xlsx binary

# Auto-generated for Yarn.
/.yarn/**            linguist-vendored
/.yarn/releases/*    binary
/.yarn/plugins/**/*  binary
/.pnp.*              binary linguist-generated
