From 1babb038af2cffc3bdecd2332fdc81c626a3b2b7 Mon Sep 17 00:00:00 2001 From: yamachu Date: Tue, 9 Jun 2026 03:18:32 +0900 Subject: [PATCH] =?UTF-8?q?Sample=E3=81=AEUnity=E3=83=97=E3=83=AD=E3=82=B8?= =?UTF-8?q?=E3=82=A7=E3=82=AF=E3=83=88=E3=81=A7=E9=96=8B=E3=81=8D=E7=9B=B4?= =?UTF-8?q?=E3=81=97=E3=81=9F=E3=82=89=E3=80=81meta=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E5=91=A8=E3=82=8A=E3=81=8C=E8=B6=B3=E3=82=8A?= =?UTF-8?q?=E3=81=A6=E3=81=AA=E3=81=84=E3=81=AE=E3=81=8C=E8=A6=8B=E3=81=A4?= =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7=E8=B6=B3=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/VoicevoxCoreSharp.Core.Unity/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/VoicevoxCoreSharp.Core.Unity/.gitignore b/src/VoicevoxCoreSharp.Core.Unity/.gitignore index 0cad9b5..490e3fd 100644 --- a/src/VoicevoxCoreSharp.Core.Unity/.gitignore +++ b/src/VoicevoxCoreSharp.Core.Unity/.gitignore @@ -17,6 +17,12 @@ /[Pp]roject[Ss]ettings/ *.log +/Assets.meta +/Logs.meta +/Packages.meta +/ProjectSettings.meta +/UserSettings.meta + # By default unity supports Blender asset imports, *.blend1 blender files do not need to be commited to version control. *.blend1 *.blend1.meta