diff --git a/docs/.gitattributes b/docs/.gitattributes new file mode 100644 index 0000000..c43f13c --- /dev/null +++ b/docs/.gitattributes @@ -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 diff --git a/package/.gitattributes b/package/.gitattributes new file mode 100644 index 0000000..4bf2f47 --- /dev/null +++ b/package/.gitattributes @@ -0,0 +1,2 @@ +ios/**/*.h linguist-language=Objective-C++ +ios/**/*.m linguist-language=Objective-C++