From eb8cc1f566da889b03d5ba357173ccc420e8a4c6 Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Mon, 28 Jul 2025 12:53:27 +0300 Subject: [PATCH] update gitignore --- cherrypick/.gitignore | 4 +++- cherrypick_annotations/.gitignore | 4 +++- cherrypick_generator/.gitignore | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/cherrypick/.gitignore b/cherrypick/.gitignore index 16cc011..8753187 100644 --- a/cherrypick/.gitignore +++ b/cherrypick/.gitignore @@ -21,4 +21,6 @@ doc/api/ *.js.map # FVM Version Cache -.fvm/ \ No newline at end of file +.fvm/ + +pubspec_overrides.yaml \ No newline at end of file diff --git a/cherrypick_annotations/.gitignore b/cherrypick_annotations/.gitignore index b687c1a..d388b8d 100644 --- a/cherrypick_annotations/.gitignore +++ b/cherrypick_annotations/.gitignore @@ -23,4 +23,6 @@ doc/api/ # FVM Version Cache .fvm/ -melos_cherrypick_annotations.iml \ No newline at end of file +melos_cherrypick_annotations.iml + +pubspec_overrides.yaml \ No newline at end of file diff --git a/cherrypick_generator/.gitignore b/cherrypick_generator/.gitignore index ff123a0..bb2b4bc 100644 --- a/cherrypick_generator/.gitignore +++ b/cherrypick_generator/.gitignore @@ -27,4 +27,6 @@ melos_cherrypick_generator.iml **/*.mocks.dart -coverage \ No newline at end of file +coverage + +pubspec_overrides.yaml \ No newline at end of file