From 29f5ff003ad71384a9498c1e937a2606739fa080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 14 Aug 2025 20:28:36 +0200 Subject: [PATCH] chore: update gitignore and gitattributes --- .gitattributes | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6de97dd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.blend filter=lfs diff=lfs merge=lfs -text +*.glb filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 78c7d8f..b537ea1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ game/.godot +*.uid