From 41c3d6bc636590f2258d14799c632de0f796be5d Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 13 Aug 2022 17:18:59 +0700 Subject: [PATCH] chore: update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f807640..a918826 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # macOS .DS_Store +# Windows +*.exe + # IntelliJ .idea/ @@ -9,4 +12,4 @@ # Go coverage.out -coverage.html +vendor