From ef7647ca6978364bf8dd93151fa4c68cd7272c02 Mon Sep 17 00:00:00 2001 From: Mateus Rodrigues Date: Thu, 7 May 2026 01:30:55 -0300 Subject: [PATCH] chore: configurar Git LFS para uasset e umap Co-authored-by: Cursor --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..61d5b41 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Git LFS — Unreal Engine (binários grandes) +# Gitea suporta LFS; garante que o servidor tenha LFS activo no repositório. + +*.uasset filter=lfs diff=lfs merge=lfs -text +*.umap filter=lfs diff=lfs merge=lfs -text