Update .gitattributes

This commit is contained in:
HomeSpan 2020-11-07 22:32:50 -06:00 committed by GitHub
parent 982ad07c24
commit 7f6f518467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
.gitattributes vendored
View File

@ -1,3 +1,8 @@
# Auto detect text files and perform LF normalization # Auto detect text files and perform LF normalization
* text=auto * text=auto
# Files to exclude from archives/releases
docs export-ignore docs export-ignore
.gitattributes export-ignore
.gitignore export-ignore
README.MD export-ignore