未验证 提交 50845927 编写于 作者: J James Hegedus 提交者: GitHub

chore: add gitattributes file (#783)

上级 e9c149ea
## GITATTRIBUTES
#
# Details per file setting:
# text These files should be normalized (i.e. convert CRLF to LF).
# binary These files are binary and should be left untouched.
#
# Note that binary is a macro for -text -diff.
######################################################################
## AUTO-DETECT
## Handle line endings automatically for files detected as
## text and leave all files detected as binary untouched.
## This will handle all files NOT defined below.
* text=auto
## SOURCE CODE
*.bats text
*.css text
*.htm text
*.html text
*.js text
*.sh text
*.bash text
*.fish text
#### asdf/bin/* explicitly define as text
*asdf text
*asdf-exec text
*_asdf text
#### asdf/test/fixtures/* should be covered by * text=auto on L14
## DOCKER
*.dockerignore text
Dockerfile text
## DOCUMENTATION
*.markdown text
*.md text
*.mdwn text
*.mdown text
*.mkd text
*.mkdn text
*.mdtxt text
*.mdtext text
*.txt text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
copyright text
*COPYRIGHT* text
INSTALL text
license text
LICENSE text
NEWS text
readme text
*README* text
TODO text
## CONFIGS
.editorconfig text
.gitattributes text
.gitconfig text
*.yaml text
*.yml text
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册