[PR #1855] [MERGED] Add generated Flutter files to gitignore #4982

Closed
opened 2026-03-23 22:16:41 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1855
Author: @Merrit
Created: 2/13/2023
Status: Merged
Merged: 2/15/2023
Merged by: @LucasXu0

Base: mainHead: gitignore_generated_files


📝 Commits (2)

  • 50cc183 chore: add generated files to gitignore
  • 0cb2a4f chore: remove gitignored files

📊 Changes

30 files changed (+2 additions, -546 deletions)

View changed files

📝 frontend/app_flowy/.gitignore (+2 -0)
frontend/app_flowy/linux/flutter/generated_plugin_registrant.cc (+0 -35)
frontend/app_flowy/linux/flutter/generated_plugin_registrant.h (+0 -15)
frontend/app_flowy/linux/flutter/generated_plugins.cmake (+0 -29)
frontend/app_flowy/macos/Flutter/GeneratedPluginRegistrant.swift (+0 -34)
frontend/app_flowy/packages/appflowy_backend/example/macos/Flutter/GeneratedPluginRegistrant.swift (+0 -12)
frontend/app_flowy/packages/appflowy_backend/example/windows/flutter/generated_plugin_registrant.cc (+0 -14)
frontend/app_flowy/packages/appflowy_backend/example/windows/flutter/generated_plugin_registrant.h (+0 -15)
frontend/app_flowy/packages/appflowy_backend/example/windows/flutter/generated_plugins.cmake (+0 -24)
frontend/app_flowy/packages/appflowy_editor/example/linux/flutter/generated_plugin_registrant.cc (+0 -23)
frontend/app_flowy/packages/appflowy_editor/example/linux/flutter/generated_plugin_registrant.h (+0 -15)
frontend/app_flowy/packages/appflowy_editor/example/linux/flutter/generated_plugins.cmake (+0 -26)
frontend/app_flowy/packages/appflowy_editor/example/macos/Flutter/GeneratedPluginRegistrant.swift (+0 -20)
frontend/app_flowy/packages/appflowy_editor/example/windows/flutter/generated_plugin_registrant.cc (+0 -17)
frontend/app_flowy/packages/appflowy_editor/example/windows/flutter/generated_plugin_registrant.h (+0 -15)
frontend/app_flowy/packages/appflowy_editor/example/windows/flutter/generated_plugins.cmake (+0 -25)
frontend/app_flowy/packages/appflowy_popover/example/linux/flutter/generated_plugin_registrant.cc (+0 -11)
frontend/app_flowy/packages/appflowy_popover/example/linux/flutter/generated_plugin_registrant.h (+0 -15)
frontend/app_flowy/packages/appflowy_popover/example/linux/flutter/generated_plugins.cmake (+0 -23)
frontend/app_flowy/packages/appflowy_popover/example/macos/Flutter/GeneratedPluginRegistrant.swift (+0 -10)

...and 10 more files

📄 Description

Flutter regenerates these files frequently, including when there are minor package upgrades, and they do not need to be tracked in version control where it only creates unnecessary noise.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/1855 **Author:** [@Merrit](https://github.com/Merrit) **Created:** 2/13/2023 **Status:** ✅ Merged **Merged:** 2/15/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `gitignore_generated_files` --- ### 📝 Commits (2) - [`50cc183`](https://github.com/AppFlowy-IO/AppFlowy/commit/50cc183df8e81050f674751763dcf931511a2dcf) chore: add generated files to gitignore - [`0cb2a4f`](https://github.com/AppFlowy-IO/AppFlowy/commit/0cb2a4f51fed5a3c4083805b93b32577acdffe93) chore: remove gitignored files ### 📊 Changes **30 files changed** (+2 additions, -546 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/.gitignore` (+2 -0) ➖ `frontend/app_flowy/linux/flutter/generated_plugin_registrant.cc` (+0 -35) ➖ `frontend/app_flowy/linux/flutter/generated_plugin_registrant.h` (+0 -15) ➖ `frontend/app_flowy/linux/flutter/generated_plugins.cmake` (+0 -29) ➖ `frontend/app_flowy/macos/Flutter/GeneratedPluginRegistrant.swift` (+0 -34) ➖ `frontend/app_flowy/packages/appflowy_backend/example/macos/Flutter/GeneratedPluginRegistrant.swift` (+0 -12) ➖ `frontend/app_flowy/packages/appflowy_backend/example/windows/flutter/generated_plugin_registrant.cc` (+0 -14) ➖ `frontend/app_flowy/packages/appflowy_backend/example/windows/flutter/generated_plugin_registrant.h` (+0 -15) ➖ `frontend/app_flowy/packages/appflowy_backend/example/windows/flutter/generated_plugins.cmake` (+0 -24) ➖ `frontend/app_flowy/packages/appflowy_editor/example/linux/flutter/generated_plugin_registrant.cc` (+0 -23) ➖ `frontend/app_flowy/packages/appflowy_editor/example/linux/flutter/generated_plugin_registrant.h` (+0 -15) ➖ `frontend/app_flowy/packages/appflowy_editor/example/linux/flutter/generated_plugins.cmake` (+0 -26) ➖ `frontend/app_flowy/packages/appflowy_editor/example/macos/Flutter/GeneratedPluginRegistrant.swift` (+0 -20) ➖ `frontend/app_flowy/packages/appflowy_editor/example/windows/flutter/generated_plugin_registrant.cc` (+0 -17) ➖ `frontend/app_flowy/packages/appflowy_editor/example/windows/flutter/generated_plugin_registrant.h` (+0 -15) ➖ `frontend/app_flowy/packages/appflowy_editor/example/windows/flutter/generated_plugins.cmake` (+0 -25) ➖ `frontend/app_flowy/packages/appflowy_popover/example/linux/flutter/generated_plugin_registrant.cc` (+0 -11) ➖ `frontend/app_flowy/packages/appflowy_popover/example/linux/flutter/generated_plugin_registrant.h` (+0 -15) ➖ `frontend/app_flowy/packages/appflowy_popover/example/linux/flutter/generated_plugins.cmake` (+0 -23) ➖ `frontend/app_flowy/packages/appflowy_popover/example/macos/Flutter/GeneratedPluginRegistrant.swift` (+0 -10) _...and 10 more files_ </details> ### 📄 Description Flutter regenerates these files frequently, including when there are minor package upgrades, and they do not need to be tracked in version control where it only creates unnecessary noise. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:41 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4982
No description provided.