Update .gitattributes

This commit is contained in:
Marc Rousavy 2023-10-18 11:30:01 +02:00
parent b4960d1e5f
commit e845dc8397
No known key found for this signature in database
GPG Key ID: 83BEF0F19E8F5321
3 changed files with 3 additions and 6 deletions

5
docs/.gitattributes vendored
View File

@ -1,5 +0,0 @@
# This is just so that GitHub shows the language "Swift" as the repo language.
# I don't want it to say Kotlin, so I tell it that .png files are also accounting for Swift % lol.
static/**/*.png linguist-language=Swift
static/**/*.gif linguist-language=Swift
static/**/*.mp4 linguist-language=Swift

View File

@ -1,2 +1 @@
ios/**/*.h linguist-language=Objective-C++ ios/**/*.h linguist-language=Objective-C++
ios/**/*.m linguist-language=Objective-C++

View File

@ -0,0 +1,3 @@
# This is just so that GitHub shows the language "Swift" as the repo language.
# I don't want it to say Kotlin, so I tell it that some .kt files here are also accounting for Swift % lol.
*.kt linguist-language=Swift