gctGenerator/.gitattributes

27 lines
507 B
Text
Raw Normal View History

# Text files crlf
2020-06-30 09:11:39 +09:00
*.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
2020-06-30 09:19:46 +09:00
# Linguist
2020-06-30 09:21:26 +09:00
docs/** linguist-vendored=false
docs/.vuepress/** linguist-vendored=false