Adding gitattributes to show golang as the default lang for litmus (#3942)

Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
This commit is contained in:
Raj Das 2023-04-07 19:49:29 +05:30 committed by GitHub
parent c6cda321c9
commit b3c3155424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
*.go linguist-language=Go
*.sh linguist-language=Shell
*.js linguist-language=JavaScript