From 682c73e0f7cd21b2dfcf83e41dcdef96cbdc3cdf Mon Sep 17 00:00:00 2001 From: Casey Hofland Date: Thu, 12 Jan 2023 17:20:37 +0100 Subject: [PATCH] Add temporary Blender files Unity allows you to directly add Blender files in Unity. Even though this is not recommended practice, some teams still prefer it. For these teams, temporary blender files should be ignored. --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 0bae9e48..36d38853 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -94,3 +94,6 @@ crashlytics-build.properties # Log files can be ignored. fmod_editor.log + +# Ignore temporary Blender files. +*.blend[0-9]*