gctGenerator/.gitattributes
Matteias Collet f8f0d45b0a wip
2020-07-01 08:52:12 +02:00

22 lines
No EOL
415 B
Text

# Text files crlf
*.Dockerfile text eol=crlf
*.html text eol=crlf
*.json text eol=crlf
*.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
*.yml 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