Fixing .gitattributes for binary content, removing *.class files (#1717)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
This commit is contained in:
Andriy Redko 2021-12-13 18:02:42 -05:00 committed by GitHub
parent 069e229b29
commit c0a2bff01a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 0 deletions

6
.gitattributes vendored
View File

@ -1,2 +1,8 @@
* text eol=lf * text eol=lf
*.bat text eol=crlf *.bat text eol=crlf
*.zip binary
*.exe binary
*.epub binary
*.pdf binary
*.vsdx binary
*.doc binary