Update .gitattributes
This commit is contained in:
parent
982ad07c24
commit
7f6f518467
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue