| # Please keep consistent with .gitignore. | |
| # https://dart.dev/guides/libraries/private-files | |
| # Created by `dart pub` | |
| .dart_tool/ | |
| # Avoid committing pubspec.lock for library packages; see | |
| # https://dart.dev/guides/libraries/private-files#pubspeclock. | |
| pubspec.lock | |
| coverage/ | |
| # Woraround https://github.com/dart-lang/pub/issues/3982 | |
| test/ |