Updating .gitattributes for additional file types (#1727)

* Adding release notes for 1.2.1

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>

* Updating .gitattributes for additional types

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
This commit is contained in:
Sarat Vemulapalli 2021-12-17 13:09:34 -08:00 committed by GitHub
parent bbb6e656c0
commit 4a82eb977d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

6
.gitattributes vendored
View File

@ -1,8 +1,12 @@
* text eol=lf
*.bat text eol=crlf
*.bat binary
*.zip binary
*.exe binary
*.epub binary
*.pdf binary
*.vsdx binary
*.doc binary
*.bcfks binary
*.crt binary
*.p12 binary
*.txt text=auto