suitmedia/suitcoda

View on GitHub
.gitattributes

Summary

Maintainability
Test Coverage
# Define the line ending behavior of the different file extensions
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
* text eol=lf

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.css text
*.default text
*.example text
*.html text
*.ini text
*.js text
*.json text
*.less text
*.log text
*.md text
*.php text
*.scss text
*.sql text
*.txt text
*.xml text
*.yaml text
*.yml text
.gitignore text
.htaccess text

# Declare files that will always have CRLF line endings on checkout.
*.bat eol=crlf

# Declare files that will always have LF line endings on checkout.
*.pem eol=lf

# Denote all files that are truly binary and should not be modified.
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.png binary
*.mo binary
*.pdf binary
*.phar binary
*.svg binary
*.webp binary
*.ttf binary