From bedae5768ad5a771cfd4a9acdc1fde1fca0bc395 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Sun, 2 Jul 2023 13:35:11 +0600 Subject: [PATCH] chore: exclude /bin dir for build_runner --- build.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build.yaml diff --git a/build.yaml b/build.yaml new file mode 100644 index 00000000..f074d6e1 --- /dev/null +++ b/build.yaml @@ -0,0 +1,5 @@ +targets: + $default: + sources: + exclude: + - bin/*.dart \ No newline at end of file