From 030d9844c698b0d296f0dc2c3ffa4878c4fa8514 Mon Sep 17 00:00:00 2001 From: Nelson Santos Date: Fri, 2 May 2014 22:38:45 -0400 Subject: [PATCH] Added Mac and IntelliJ files to gitignore. --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 496ee2c..02f1a4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ -.DS_Store \ No newline at end of file +# Mac +.DS_Store + +# Intellij +.idea/ +*.iml +*.iws \ No newline at end of file