From c39ae4e6bffb5b5282faaf9cd90efa242dffcd97 Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Thu, 10 Jul 2014 11:43:58 +0200 Subject: [PATCH] Added intellij artefacts to gitignore. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 24633650..8a95788e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,8 @@ .classpath .springBeans .settings/ -target/ \ No newline at end of file +target/ + +#IntelliJ Stuff +.idea +*.iml