From d7ccd35e9fd42b79fee7a75363ee8f923f7ccdd1 Mon Sep 17 00:00:00 2001 From: jdotzki Date: Wed, 12 Mar 2014 11:09:35 +0100 Subject: [PATCH] chore(.gitignore): add intellij resources --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7b23de06..470a1ab7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ node_modules/ tmp/ docs/ -dist/ \ No newline at end of file +dist/ +.idea +*.iml