From 01152f50a1b39292388b99a76b016526a37b58f5 Mon Sep 17 00:00:00 2001 From: Pawel Date: Fri, 17 Jun 2022 14:43:49 -0700 Subject: [PATCH] added .idea to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 24c5d82..228bd1a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ rollbar.test .env cover.out cover.html +.idea