diff --git a/docs/.gitattributes b/docs/.gitattributes deleted file mode 100644 index 5f61a9b..0000000 --- a/docs/.gitattributes +++ /dev/null @@ -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 diff --git a/package/.gitattributes b/package/.gitattributes index 4bf2f47..fa6c73f 100644 --- a/package/.gitattributes +++ b/package/.gitattributes @@ -1,2 +1 @@ ios/**/*.h linguist-language=Objective-C++ -ios/**/*.m linguist-language=Objective-C++ diff --git a/package/android/src/main/java/com/mrousavy/camera/extensions/.gitattributes b/package/android/src/main/java/com/mrousavy/camera/extensions/.gitattributes new file mode 100644 index 0000000..7904247 --- /dev/null +++ b/package/android/src/main/java/com/mrousavy/camera/extensions/.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 some .kt files here are also accounting for Swift % lol. +*.kt linguist-language=Swift