From f83c565459489818534e85dacad2535be84fafeb Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Fri, 5 Jan 2024 12:10:56 -0500 Subject: [PATCH] update readme to exclude binaries --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f47f8e1..06464cb 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,6 @@ _deps # Ignore all local history of files .history .ionide + +# Build artifacts +bin/ \ No newline at end of file