From f44cac009b7cb81d8670ab2eeb14316a6bfb71c5 Mon Sep 17 00:00:00 2001 From: shigemk2 Date: Sat, 10 Dec 2016 15:24:28 +0900 Subject: [PATCH] Ignore .idea, project and target directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 01084b3..45e8127 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ .cache .project .classpath +.idea/ /.settings/ /bin/ /journal/ /snapshots/ +/project/ +/target/