From 3dc893ea21fc8506c33a98423f87fde346ceb601 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 30 Nov 2022 16:19:37 +0100 Subject: Put in ignore `.idea` --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3a1ba30..79e8f53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -build/ -target/ -*.class \ No newline at end of file +build +target +*.class +.idea \ No newline at end of file -- cgit v1.2.3