From 669526d2392503670febd00c15179500db1c489e Mon Sep 17 00:00:00 2001 From: Denys Zhuravel Date: Tue, 6 Sep 2022 07:34:27 +0000 Subject: [PATCH] Add the compiled binary to git ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 59ea580..375255d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ _tools/bin bin test/tmp -dist \ No newline at end of file +dist +actions-sync