From 90f3f71ab075ec534de28cfe51dd7bfa5dbba94d Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 16 Dec 2025 10:43:07 +0100 Subject: [PATCH] =?UTF-8?q?Make=20sure=20Blender=20files=20don=E2=80=99t?= =?UTF-8?q?=20get=20into=20releases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..befb45b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +models/*.blend export-ignore +screenshot.png export-ignore \ No newline at end of file