From 964bd4168ae37bea8ed5f48b122d2c9d2debc3da Mon Sep 17 00:00:00 2001 From: DanInSpace Date: Sat, 6 Mar 2021 02:34:54 +0500 Subject: [PATCH] gitignore editors and IDEA folders --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 9632b28..f6d437f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ mycorrhiza hyphae/*.gog + +# go editors and IDEA folders +.idea/ +.vscode/