[PR #202] [MERGED] Remove generated files #4009

Closed
opened 2026-03-23 21:35:53 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/202
Author: @MikeWallaceDev
Created: 12/25/2021
Status: Merged
Merged: 12/26/2021
Merged by: @MikeWallaceDev

Base: mainHead: remove_generated_files2


📝 Commits (3)

  • a56f121 deleted generated directory from file system
  • eaf80af Removed generated language files from source control
  • 7576b6d added pub get to workflow

📊 Changes

7 files changed (+69 additions, -531 deletions)

View changed files

📝 frontend/app_flowy/.gitignore (+3 -0)
📝 frontend/app_flowy/.vscode/launch.json (+8 -1)
📝 frontend/app_flowy/.vscode/tasks.json (+35 -13)
frontend/app_flowy/lib/generated/codegen_loader.g.dart (+0 -399)
frontend/app_flowy/lib/generated/locale_keys.g.dart (+0 -112)
frontend/scripts/generate_language_files.sh (+6 -0)
📝 frontend/scripts/makefile/flutter.toml (+17 -6)

📄 Description

Files are now generated when building the app or by launching "Generate Language Files"

added /lib/generated/ to git .ignore
added a task to generate language files
call task from build script


🔄 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/202 **Author:** [@MikeWallaceDev](https://github.com/MikeWallaceDev) **Created:** 12/25/2021 **Status:** ✅ Merged **Merged:** 12/26/2021 **Merged by:** [@MikeWallaceDev](https://github.com/MikeWallaceDev) **Base:** `main` ← **Head:** `remove_generated_files2` --- ### 📝 Commits (3) - [`a56f121`](https://github.com/AppFlowy-IO/AppFlowy/commit/a56f1215fb57fddfcf11b21c8eb71fc45911d9b6) deleted generated directory from file system - [`eaf80af`](https://github.com/AppFlowy-IO/AppFlowy/commit/eaf80af8eb0d3ade19d07f83d10c6c9b1d5bbe36) Removed generated language files from source control - [`7576b6d`](https://github.com/AppFlowy-IO/AppFlowy/commit/7576b6d9cddcc576b2cb9d4ba4b08f2ff091ef7c) added pub get to workflow ### 📊 Changes **7 files changed** (+69 additions, -531 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/.gitignore` (+3 -0) 📝 `frontend/app_flowy/.vscode/launch.json` (+8 -1) 📝 `frontend/app_flowy/.vscode/tasks.json` (+35 -13) ➖ `frontend/app_flowy/lib/generated/codegen_loader.g.dart` (+0 -399) ➖ `frontend/app_flowy/lib/generated/locale_keys.g.dart` (+0 -112) ➕ `frontend/scripts/generate_language_files.sh` (+6 -0) 📝 `frontend/scripts/makefile/flutter.toml` (+17 -6) </details> ### 📄 Description Files are now generated when building the app or by launching "Generate Language Files" added /lib/generated/ to git .ignore added a task to generate language files call task from build script --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:35:53 +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#4009
No description provided.