From b5899223be1baea9b4ebd880fa7cee4b2c4546be Mon Sep 17 00:00:00 2001 From: k3y0708 Date: Wed, 3 May 2023 21:17:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Add=20GitIgnore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24bfd00 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# GoLang +*.exe +*.exe~ +*.dll +*.so +*.dylib +*.test +*.out +go.work + +# Build output +build/ + +# VS Code +.vscode/* +.history/ +*.vsix