The dart team recommends not committing the pubspec.lock in regular packages. The examples should still have the lock files to "ensures changes to transitive dependencies are explicit". https://dart.dev/guides/libraries/private-files#pubspec-lock
10 lines
126 B
Plaintext
10 lines
126 B
Plaintext
**/*/.cxx
|
|
**/.github
|
|
**/.idea
|
|
.dart_tool
|
|
**/.dart_tool
|
|
.vscode
|
|
.DS_Store
|
|
**/*/build
|
|
flutter_filament_federated/*/pubspec.lock
|