mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 03:46:28 +08:00
Update .gitattributes
This commit is contained in:
parent
9c3b7b6422
commit
7583d0acf8
1 changed files with 4 additions and 3 deletions
7
.gitattributes
vendored
7
.gitattributes
vendored
|
@ -1,17 +1,18 @@
|
|||
*.java linguist-language=Java
|
||||
*.py linguist-language=Python
|
||||
*.cpp linguist-language=C++
|
||||
*.hpp linguist-language=C++
|
||||
*.java linguist-language=Java
|
||||
*.go linguist-language=Go
|
||||
*.js linguist-language=JavaScript
|
||||
*.ts linguist-language=TypeScript
|
||||
*.swift linguist-language=Swift
|
||||
*.js linguist-language=JavaScript
|
||||
|
||||
*.c linguist-language=Other
|
||||
*.h linguist-language=Other
|
||||
*.cs linguist-language=Other
|
||||
*.zig linguist-language=Other
|
||||
*.rs linguist-language=Other
|
||||
*.ts linguist-language=Other
|
||||
*.dart linguist-language=Other
|
||||
|
||||
*.html linguist-detectable=false
|
||||
*.css linguist-detectable=false
|
||||
|
|
Loading…
Reference in a new issue