gctGenerator/.gitattributes
2021-07-24 08:55:18 +02:00

25 lines
513 B
Text

# Text files crlf
*.Dockerfile text eol=crlf
*.html text eol=crlf
*.json text eol=crlf linguist-detectable
*.js text eol=crlf
*.lock text eol=crlf
*.md text eol=crlf
*.ps1 text eol=crlf
*.styl text eol=crlf
*.vue text eol=crlf
*.xml text eol=crlf linguist-detectable
*.yml text eol=crlf
*.ct text eol=crlf
*.CEA text eol=crlf
# Special files
.dockerignore text eol=crlf
.prettierrc text eol=crlf
LICENSE text eol=crlf
# Binary files
*.jpg binary
*.png binary
*.zip binary
*.xslx binary