From c8e0c60c24bfcc1b50a8693658dd1eed8d2e0aed Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 8 May 2026 06:55:05 +0800 Subject: [PATCH] Add generated plugin registrant files to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 40588c3..02ac9ec 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,9 @@ build/ # Swift Package Manager (SPM) artifacts (used when Flutter enables SPM for plugins) .build/ .swiftpm/ + +# Generated plugin registrant files +**/generated_plugin_registrant.cc +**/generated_plugin_registrant.h +**/generated_plugins.cmake +**/GeneratedPluginRegistrant.swift \ No newline at end of file