Adds (adapted) upstream .gitattributes

This commit is contained in:
Samuel FORESTIER 2024-11-09 16:30:25 +01:00
parent 4d986fffc6
commit 8e9bc01c00

15
.gitattributes vendored Normal file
View File

@ -0,0 +1,15 @@
* text=auto
*.js text
*.md text
*.yml text
*.sh text
## *.bat text eol=crlf
*.bat -text
*.png binary
.gitattributes export-ignore
*.yml export-ignore
/wiki export-ignore
/.github export-ignore