ci: preserve upstream line endings (CRLF) for clean upstream diffs
This commit is contained in:
parent
5741c0cd6e
commit
571042122e
1 changed files with 1 additions and 39 deletions
40
.gitattributes
vendored
40
.gitattributes
vendored
|
|
@ -1,39 +1 @@
|
||||||
.github export-ignore
|
* -text
|
||||||
.gitattributes export-ignore
|
|
||||||
.gitignore export-ignore
|
|
||||||
.luacheckrc export-ignore
|
|
||||||
.travis.yml export-ignore
|
|
||||||
.editorconfig export-ignore
|
|
||||||
*ISSUE_TEMPLATE.md export-ignore
|
|
||||||
*readme.md export-ignore
|
|
||||||
*README.md export-ignore
|
|
||||||
*README.textile export-ignore
|
|
||||||
*CODE_OF_CONDUCT.md export-ignore
|
|
||||||
*LICENSE export-ignore
|
|
||||||
*LICENSE.md export-ignore
|
|
||||||
*LICENSE.txt export-ignore
|
|
||||||
*CONTRIBUTING.md export-ignore
|
|
||||||
|
|
||||||
* text=auto
|
|
||||||
|
|
||||||
# GitHub
|
|
||||||
.github text
|
|
||||||
.gitattributes text
|
|
||||||
*.md text
|
|
||||||
|
|
||||||
# Source files
|
|
||||||
*.lua text
|
|
||||||
*.xml text
|
|
||||||
*.toc text
|
|
||||||
|
|
||||||
# Fonts
|
|
||||||
*.ttf binary
|
|
||||||
|
|
||||||
# Sounds
|
|
||||||
*.ogg binary
|
|
||||||
*.mp3 binary
|
|
||||||
*.wav binary
|
|
||||||
|
|
||||||
# Textures
|
|
||||||
*.blp binary
|
|
||||||
*.tga binary
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue