0xDeCA10B/.gitattributes

34 строки
578 B
Plaintext
Исходник Обычный вид История

2019-04-16 18:28:21 +03:00
.gitattributes text eol=lf
.gitignore text eol=lf
# Override default for linguist-documentation.
demo/* linguist-documentation=false
2019-04-16 18:28:21 +03:00
# Ethereum
*.sol text linguist-language=Solidity eol=lf
2019-04-16 18:28:21 +03:00
.soliumignore text eol=lf
.soliumrc.json text eol=lf
# Docker
Dockerfile text eol=lf
.dockerignore text eol=lf
# HTML/JS
*.html text eol=lf
*.js text eol=lf
*.css text eol=lf
2019-05-24 19:00:36 +03:00
yarn.lock text eol=lf
2019-04-16 18:28:21 +03:00
# Python
*.py text eol=lf
# Miscellaneous
*.csv text eol=lf
*.json text eol=lf
*.md text eol=lf
*.sh text eol=lf
*.tsv text eol=lf
*.txt text eol=lf
*.yaml text eol=lf
*.yml text eol=lf