2020-06-29 10:23:45 +09:00
|
|
|
# Text files crlf
|
2020-06-30 09:11:39 +09:00
|
|
|
*.Dockerfile text eol=crlf
|
2020-06-29 10:23:45 +09:00
|
|
|
*.html text eol=crlf
|
2020-07-01 16:25:44 +09:00
|
|
|
*.json text eol=crlf linguist-detectable
|
2020-06-29 10:23:45 +09:00
|
|
|
*.js text eol=crlf
|
|
|
|
*.lock text eol=crlf
|
|
|
|
*.md text eol=crlf
|
|
|
|
*.ps1 text eol=crlf
|
|
|
|
*.styl text eol=crlf
|
|
|
|
*.vue text eol=crlf
|
2020-07-01 16:25:44 +09:00
|
|
|
*.xml text eol=crlf linguist-detectable
|
2020-06-29 10:23:45 +09:00
|
|
|
*.yml text eol=crlf
|
|
|
|
|
|
|
|
# Special files
|
|
|
|
.dockerignore text eol=crlf
|
|
|
|
.prettierrc text eol=crlf
|
|
|
|
LICENSE text eol=crlf
|
|
|
|
|
|
|
|
# Binary files
|
|
|
|
*.jpg binary
|
|
|
|
*.png binary
|
2020-07-01 16:25:44 +09:00
|
|
|
*.zip binary
|