From c1bdfd809bacfd50d6aadf0fd8f08ece63870ea2 Mon Sep 17 00:00:00 2001 From: Daniel Oliveira Date: Mon, 18 Jan 2021 22:09:21 +0100 Subject: [PATCH] Ignore idea folder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 14adbe4..bfb5a44 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ # Dependency directories (remove the comment below to include it) vendor/ bin/ + +.idea