Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cat-voices): Removing code generated files from repo #1191

Merged
merged 21 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4c03ef3
chore: update .gitignore to include generated files, l10n files and r…
LynxLynxx Nov 12, 2024
4f37348
test: running locally tests
LynxLynxx Nov 12, 2024
65c9c5c
chore: add generate-l10n step in Earthfile for localization support a…
LynxLynxx Nov 12, 2024
6d716ef
chore: update Earthfile to change static analysis step source from bu…
LynxLynxx Nov 12, 2024
886e37d
chore: refactor Earthfile to streamline workflow by adjusting depende…
LynxLynxx Nov 12, 2024
8c81b8e
chore: remove debug echo from Earthfile to clean up unit test configu…
LynxLynxx Nov 12, 2024
c61c99a
chore: enhance Earthfile by adding melos build_runner step for better…
LynxLynxx Nov 13, 2024
90fe619
Remove generated files from catalyst_voices_assets package
LynxLynxx Nov 13, 2024
7ba531b
chore: remove obsolete test target from Earthfile for cleaner code ge…
LynxLynxx Nov 13, 2024
5bbcb82
chore: update README and Earthfile to include code generation instruc…
LynxLynxx Nov 13, 2024
2bbec13
chore: unignore generated files in public libs
LynxLynxx Nov 13, 2024
d2beaf8
refactor: remove debug output
LynxLynxx Nov 13, 2024
797a804
chore: update README files to include detailed code generation instru…
LynxLynxx Nov 13, 2024
0b363a7
chore: refine README sections on code generation and GITHUB_TOKEN
LynxLynxx Nov 13, 2024
81af0ad
chore: improve README clarity on code generation and GITHUB_TOKEN usa…
LynxLynxx Nov 13, 2024
981e5bd
Merge branch 'chore/157_remove_generated_files' of github.com:input-o…
LynxLynxx Nov 13, 2024
c1aa865
Merge branch 'main' into chore/157_remove_generated_files
LynxLynxx Nov 13, 2024
a81532a
Merge branch 'main' into chore/157_remove_generated_files
dtscalac Nov 14, 2024
302e392
Merge branch 'chore/157_remove_generated_files' of github.com:input-o…
LynxLynxx Nov 14, 2024
a637f30
fix: changing from dependency for integration-test-web
LynxLynxx Nov 14, 2024
75c7264
chore: styling readme file for readability
LynxLynxx Nov 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions catalyst_voices/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
### 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

# 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
Loading