Skip to content

Commit

Permalink
chore(cat-voices): Removing code generated files from repo (#1191)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
LynxLynxx and dtscalac authored Nov 14, 2024
1 parent 5745ee9 commit e91135f
Show file tree
Hide file tree
Showing 35 changed files with 82 additions and 11,743 deletions.
20 changes: 20 additions & 0 deletions catalyst_voices/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
### Dart ###
# See https://www.dartlang.org/guides/libraries/private-files

# Generated files from code generation tools
*.g.dart
*.freezed.dart
*.chopper.dart
*.swagger.dart
*.openapi.dart
*.gen.dart

# Un-ignore generated files in public packages
!**/packages/libs/**/*.g.dart
!**/packages/libs/**/*.freezed.dart
!**/packages/libs/**/*.chopper.dart
!**/packages/libs/**/*.swagger.dart
!**/packages/libs/**/*.openapi.dart
!**/packages/libs/**/*.gen.dart

# Localization (l10n) generated files
packages/internal/catalyst_voices_localization/lib/generated/catalyst_voices_localizations_*.dart
packages/internal/catalyst_voices_localization/lib/generated/catalyst_voices_localizations.dart

# Files and directories created by pub
.dart_tool/
.packages
Expand Down
1 change: 0 additions & 1 deletion catalyst_voices/.idea/.name

This file was deleted.

Loading

0 comments on commit e91135f

Please sign in to comment.