From 40cd056078da21d319004e55fbfdd4e3aee51722 Mon Sep 17 00:00:00 2001 From: Daniel Bernal Date: Thu, 23 Jan 2025 13:12:34 +0100 Subject: [PATCH] Ignore non-code changes from PR stats --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..5a89f02222 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Ignore comments in Swift files +*.swift diff=swift-comments + +# Ignore non-Swift files from PR stats +*.svg linguist-documentation +*.storyboard linguist-documentation +*.xib linguist-documentation +*.pbxproj linguist-documentation +*.xcscheme linguist-documentation +*.xcassets/** linguist-documentation