From 3b1d8353a5b723e6ae488d23ad79e9f567f9ade8 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 16 Oct 2023 18:07:04 +0200 Subject: [PATCH] chore: Add `.gitattributes` --- docs/.gitattributes | 3 +++ package/.gitattributes | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 docs/.gitattributes create mode 100644 package/.gitattributes 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++