From f6b126415eaddccbf8cffb25c9a1f0e23a077669 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Mon, 16 May 2016 10:00:39 +0200 Subject: [PATCH] added IntelliJ files to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 246e7ffff..5ddd9fc95 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,9 @@ .classpath target/ test-output/ + +# IntelliJ Settings Files # +.idea/ +out/ +.idea_modules/ +*.iws