From 19a5857f8bd6e9af2866db4f213faf27b9230b4b Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Sun, 25 Oct 2020 11:02:50 +0100 Subject: [PATCH] Added .idea folder to .gitignore Signed-off-by: Louis Vallat --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1b6985c..73ca0bf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ # Ignore Gradle build output directory build + +# Ignore IDEA project files +.idea