Update .gitattributes to show golang language

This commit is contained in:
Raj Das 2023-08-21 14:49:58 +05:30 committed by GitHub
parent 695398787d
commit 92d2dbebcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

9
.gitattributes vendored
View File

@ -1,3 +1,6 @@
*.go linguist-language=Go
*.sh linguist-language=Shell
*.js linguist-language=JavaScript
*.go linguist-detectable=true
*.css linguist-detectable=false
*.js linguist-detectable=false
*.ts linguist-detectable=false
*.html linguist-detectable=false
*.tsx linguist-detectable=false