From cc69339294c2d3cab77f6387ee8322e5123a949a Mon Sep 17 00:00:00 2001 From: HoLLy Date: Sun, 12 Apr 2020 15:00:17 +0200 Subject: [PATCH] Update .gitignore to ignore compiled binary --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9f35362..32d8c14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .idea/ .envrc -.vs/ \ No newline at end of file +.vs/ + +# compiled binary +thomas-bot