From 86b683af8bf62f38038a9db86173ef5c6e2b14ce Mon Sep 17 00:00:00 2001 From: mhby1g21 <mhby1g21@soton.ac.uk> Date: Mon, 3 Feb 2025 10:02:22 +0000 Subject: [PATCH] added Lidar to gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index dfe0dbb..8cbedff 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,11 @@ crashlytics-build.properties # Temporary auto-generated Android Assets /[Aa]ssets/[Ss]treamingAssets/aa.meta /[Aa]ssets/[Ss]treamingAssets/aa/* + +# Large data files +AVVR/Assets/Scenes/SteamAudioScenes/Subjective-Evaluation-Scenes/Kitchen-Lidar-mesh-down_tex.png +AVVR/Assets/Scenes/SteamAudioScenes/Subjective-Evaluation-Scenes/Kitchen-Lidar-mesh-down_tex.png.meta +AVVR/Assets/Scenes/SteamAudioScenes/Subjective-Evaluation-Scenes/Kitchen-Lidar-mesh-down-texture.obj +AVVR/Assets/Scenes/SteamAudioScenes/Subjective-Evaluation-Scenes/Kitchen-Lidar-mesh-down-texture.obj.meta +AVVR/Assets/Scenes/SteamAudioScenes/Subjective-Evaluation-Scenes/Kitchen-Lidar-mesh-down-texture.obj.mtl +AVVR/Assets/Scenes/SteamAudioScenes/Subjective-Evaluation-Scenes/Kitchen-Lidar-mesh-down-texture.obj.mtl.meta -- GitLab