From 29ddaf84d5ce59528c63275611c1f38f42d82f47 Mon Sep 17 00:00:00 2001 From: lauralani Date: Sat, 1 Apr 2023 15:09:22 +0200 Subject: [PATCH] update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4930d72..83dbe5f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,6 @@ go.work # build output bin/ -# vs code stuff +# IDE stuff .vscode/ +.idea/