mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 03:36:29 +08:00
Update .gitattributes
This commit is contained in:
parent
49606fd199
commit
1c94ca171b
1 changed files with 4 additions and 4 deletions
8
.gitattributes
vendored
8
.gitattributes
vendored
|
@ -1,15 +1,15 @@
|
|||
*.java linguist-language=Java
|
||||
*.cs linguist-language=Java
|
||||
*.py linguist-language=Python
|
||||
*.cpp linguist-language=C++
|
||||
*.hpp linguist-language=C++
|
||||
*.c linguist-language=C++
|
||||
*.h linguist-language=C++
|
||||
*.c linguist-language=C
|
||||
*.h linguist-language=C
|
||||
*.go linguist-language=Go
|
||||
*.js linguist-language=JavaScript
|
||||
*.ts linguist-language=JavaScript
|
||||
*.ts linguist-language=TypeScript
|
||||
*.swift linguist-language=Swift
|
||||
|
||||
*.cs linguist-language=Other
|
||||
*.zig linguist-language=Other
|
||||
*.rs linguist-language=Other
|
||||
*.html linguist-detectable=false
|
||||
|
|
Loading…
Reference in a new issue