Add: adding reflectable and mock generated files to ignore
This commit is contained in:
parent
b82a2db9a7
commit
00f68a57cc
1 changed files with 3 additions and 0 deletions
3
core/queue/.gitignore
vendored
3
core/queue/.gitignore
vendored
|
@ -5,3 +5,6 @@
|
||||||
# Avoid committing pubspec.lock for library packages; see
|
# Avoid committing pubspec.lock for library packages; see
|
||||||
# https://dart.dev/guides/libraries/private-files#pubspeclock.
|
# https://dart.dev/guides/libraries/private-files#pubspeclock.
|
||||||
pubspec.lock
|
pubspec.lock
|
||||||
|
|
||||||
|
*.mocks.dart
|
||||||
|
*.reflectable.dart
|
||||||
|
|
Loading…
Reference in a new issue