Skip to content

Commit e91135f

Browse files
LynxLynxxdtscalac
andauthored
chore(cat-voices): Removing code generated files from repo (#1191)
* chore: update .gitignore to include generated files, l10n files and remove old IDE configurations files * test: running locally tests * chore: add generate-l10n step in Earthfile for localization support and artifact saving * chore: update Earthfile to change static analysis step source from builder to generate-l10n * chore: refactor Earthfile to streamline workflow by adjusting dependencies and adding current working directory management * chore: remove debug echo from Earthfile to clean up unit test configuration * chore: enhance Earthfile by adding melos build_runner step for better build management * Remove generated files from catalyst_voices_assets package * chore: remove obsolete test target from Earthfile for cleaner code generation process * chore: update README and Earthfile to include code generation instructions and restructured build process for clarity * chore: unignore generated files in public libs * refactor: remove debug output * chore: update README files to include detailed code generation instructions and restructure content for better clarity * chore: refine README sections on code generation and GITHUB_TOKEN * chore: improve README clarity on code generation and GITHUB_TOKEN usage details * fix: changing from dependency for integration-test-web * chore: styling readme file for readability --------- Co-authored-by: Dominik Toton <[email protected]>
1 parent 5745ee9 commit e91135f

35 files changed

+82
-11743
lines changed

catalyst_voices/.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
### Dart ###
22
# See https://www.dartlang.org/guides/libraries/private-files
33

4+
# Generated files from code generation tools
5+
*.g.dart
6+
*.freezed.dart
7+
*.chopper.dart
8+
*.swagger.dart
9+
*.openapi.dart
10+
*.gen.dart
11+
12+
# Un-ignore generated files in public packages
13+
!**/packages/libs/**/*.g.dart
14+
!**/packages/libs/**/*.freezed.dart
15+
!**/packages/libs/**/*.chopper.dart
16+
!**/packages/libs/**/*.swagger.dart
17+
!**/packages/libs/**/*.openapi.dart
18+
!**/packages/libs/**/*.gen.dart
19+
20+
# Localization (l10n) generated files
21+
packages/internal/catalyst_voices_localization/lib/generated/catalyst_voices_localizations_*.dart
22+
packages/internal/catalyst_voices_localization/lib/generated/catalyst_voices_localizations.dart
23+
424
# Files and directories created by pub
525
.dart_tool/
626
.packages

catalyst_voices/.idea/.name

-1
This file was deleted.

0 commit comments

Comments
 (0)