From 928517f80f6821d90f0ea9ca8194b811842c6257 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 9 Jun 2025 18:25:53 +0800 Subject: [PATCH] update gitignore with generated Swift dylib --- thermion_dart/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thermion_dart/.gitignore b/thermion_dart/.gitignore index 17cdf2aa..c2c65ae2 100644 --- a/thermion_dart/.gitignore +++ b/thermion_dart/.gitignore @@ -2,4 +2,5 @@ native/build/ native/web/build/ native/web/lib/**/* pubspec.lock -test/output/* \ No newline at end of file +test/output/* +test/generated/libThermionTextureSwift.dylib