From 4c986d9db3b1b316ca4854621ffc68b67ffaf18c Mon Sep 17 00:00:00 2001 From: Taylor Shuler Date: Wed, 24 Sep 2014 10:59:12 -0400 Subject: [PATCH] Updated .gitignore - Re-added ignorance for IDE preferences --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index ff8994c..df794b1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,11 @@ Thumbs.db # Project-specific dependencies bin/ build/ +eclipse/ repo/ run/ + +# IDEA files +*.iml +*.ipr +*.iws