From a6d83654ecb47e86d3b3477453ec1ace2c48c471 Mon Sep 17 00:00:00 2001 From: Marcin Simonides Date: Mon, 3 Feb 2025 16:05:02 +0100 Subject: [PATCH] Use LFS for *.aar files. aars are occasionally used on development and test branches. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 3dd47dc99..e7aa699e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.psd filter=lfs diff=lfs merge=lfs -text +*.aar filter=lft diff=lfs merge=lfs -text detekt.yml text eol=lf app/src/*/screenshotTest/** filter=lfs diff=lfs merge=lfs -text