From 4e1a6f5b8e9c9a8ab14e5048976cf1f7e30ae23f Mon Sep 17 00:00:00 2001 From: Lavysh Alexander Date: Wed, 15 Mar 2023 14:43:12 +0800 Subject: [PATCH] Updated gitignore with idea and mac-specific files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 857313e..bb4dd6c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ *.so *.dylib .env +.idea +.DS_Store # Test binary, built with `go test -c` *.test