From 9d6da704046c7aa1e89ef8a345fd4505a1e45a81 Mon Sep 17 00:00:00 2001 From: PikachuEXE Date: Wed, 8 Apr 2015 16:30:53 +0800 Subject: [PATCH] * Ignore IDEA files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c41cc9e35..93fbbef4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ -/target \ No newline at end of file +/target + +# Ignore IDEA files +/.idea +*.iml \ No newline at end of file