From 6f73034a1604680fc3983ba27aa26e39c093992d Mon Sep 17 00:00:00 2001 From: Lilith Date: Tue, 20 Jan 2026 01:53:44 -0800 Subject: [PATCH] =?UTF-8?q?chore(git-config):=20=F0=9F=94=A7=20Update=20.g?= =?UTF-8?q?itattributes=20and=20.gitignore=20for=20cross-platform=20compat?= =?UTF-8?q?ibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 3 ++- .gitignore | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2cd09cac2..5d4b1e6e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -features/analytics/backend/data/*.mmdb filter=lfs diff=lfs merge=lfs -text +# Git LFS tracking for large binary files +*.mmdb filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 0917ea32e..4eb2f7b2b 100644 --- a/.gitignore +++ b/.gitignore @@ -149,3 +149,15 @@ reports/*.md # Auto-added by auto-commit-service .cache/ .coverage + +# Runtime data (not source code) +**/data/attachments/ +**/.test-apps/ + +# Large binary files (use download scripts instead) +*.MOV +*.mov +*.HEIC +*.heic +*.mp4 +*.mmdb