From 80937e6dd51d4219505d82e2c933f80f8cdda2fa Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Fri, 17 May 2024 13:52:38 -0400 Subject: [PATCH] chore: add bin/ to .gitignore --- updater_tools/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updater_tools/.gitignore b/updater_tools/.gitignore index 526da15..b139716 100644 --- a/updater_tools/.gitignore +++ b/updater_tools/.gitignore @@ -1,5 +1,7 @@ # See https://www.dartlang.org/guides/libraries/private-files +bin/ + # Files and directories created by pub .dart_tool/ .packages