chore: Add .gitattributes

This commit is contained in:
Marc Rousavy 2023-10-16 18:07:04 +02:00
parent 2af965d1ad
commit 3b1d8353a5
No known key found for this signature in database
GPG Key ID: 83BEF0F19E8F5321
2 changed files with 5 additions and 0 deletions

3
docs/.gitattributes vendored Normal file
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 .png files are also accounting for Swift % lol.
static/**/*.png linguist-language=Swift

2
package/.gitattributes vendored Normal file
View File

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