From 904853fe62839f55cd879a6cabfe5e9eabf6812f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= Date: Fri, 11 Aug 2023 00:37:30 -0300 Subject: [PATCH] chore: gitignore .vscode and bin files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 219836b..64eeb06 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,8 @@ go.work *.txt *.pwd *.acl -.idea \ No newline at end of file +.idea +.vscode +controller +main +mochi \ No newline at end of file