From 02a4e4c7e5f6ec036bc2696e75a578620aba6be6 Mon Sep 17 00:00:00 2001 From: Mingjing <1239443+hackergene@users.noreply.github.com> Date: Tue, 11 Aug 2026 16:50:05 +0800 Subject: [PATCH] chore(github): highlight Swift app language --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..62604dd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Keep GitHub's primary language focused on the native SwiftUI application. +# The engine and its checks are bundled implementation resources. +engine/** linguist-vendored +tests/** linguist-vendored +scripts/** linguist-vendored