From 1e79c507c896103cf736a4db35d1f6db65324a24 Mon Sep 17 00:00:00 2001 From: Daniel Pacak Date: Thu, 20 Aug 2015 09:25:27 +0200 Subject: [PATCH] [Build] Ignore Intellij *.iml configuration files --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d815ed2081..6d8ee7e58b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,13 @@ *.gzip *.tgz *.DS_Store -*.idea + *.sass-cache +# Intellij project configuration files +*.idea +*.iml + # External dependencies # Build output