mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Add explicit extension ->text/binary mapping in .gitattributes
This commit is contained in:
parent
5a26e391d9
commit
9e49901245
1 changed files with 27 additions and 2 deletions
29
.gitattributes
vendored
29
.gitattributes
vendored
|
@ -1,4 +1,29 @@
|
|||
tests/histories/*.json text eol=lf
|
||||
|
||||
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||
# This should be first, because the git documentation says "When more
|
||||
# than one pattern matches the path, a later line overrides an earlier line."
|
||||
* text=auto
|
||||
|
||||
# Text files
|
||||
*.bat text
|
||||
*.css_t text
|
||||
*.in text
|
||||
*.json text
|
||||
*.py text
|
||||
*.rst text
|
||||
*.sh text
|
||||
*.txt text
|
||||
*.xsh text
|
||||
*.yaml text
|
||||
*.yml text
|
||||
CONTRIBUTING text
|
||||
license text
|
||||
LICENSE text
|
||||
Makefile text
|
||||
README text
|
||||
|
||||
# Binary files
|
||||
*.ico binary
|
||||
*.gif binary
|
||||
*.gz binary
|
||||
*.png binary
|
||||
*.webm binary
|
||||
|
|
Loading…
Add table
Reference in a new issue