From a0810e2391cccfc50ca569e982bd887b53f85050 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Wed, 31 Aug 2022 14:01:30 +0800 Subject: [PATCH] Ignore IDEA files. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3b735ec..e31d11f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,9 @@ # Dependency directories (remove the comment below to include it) # vendor/ + # Go workspace file go.work + +.idea/ +*.iml