From f07c002494d09e8b049c11d0bd7a29f413d22e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Baumg=C3=A4rtner?= Date: Tue, 16 Jan 2024 11:28:39 +0100 Subject: [PATCH] updated gitignore to filter 3d files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6635cf5..970281d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ node_modules !.env.example vite.config.js.timestamp-* vite.config.ts.timestamp-* +*.bin +*.glb +*.gltf \ No newline at end of file