Skip to content

Commit

Permalink
Update gitignore, push generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
msesko committed Nov 26, 2023
1 parent 20255ab commit 6337547
Show file tree
Hide file tree
Showing 40 changed files with 6,135 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ migrate_working_dir/
.pub/
/build/
coverage
*.mocks.dart
*.pb*.dart
*.g.dart
*.freezed.dart

# Commented out to push generated code:
# *.mocks.dart
# *.pb*.dart
# *.g.dart
# *.freezed.dart

# Web related
lib/generated_plugin_registrant.dart
Expand Down
25 changes: 25 additions & 0 deletions packages/command/lib/src/command_factory_provider.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions packages/command/lib/src/command_manager_provider.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6337547

Please sign in to comment.