From 7a747477377a95c5695c7a9ec1c42e4dd716649d Mon Sep 17 00:00:00 2001 From: Dimitri De Franciscis Date: Mon, 7 Mar 2016 11:27:40 +0100 Subject: [PATCH] Filter out IntelliJ IDEA project files in .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 329996c..43324af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ /node_modules bundle.js npm-debug.log + +# IntelliJ +*.iml +/.idea \ No newline at end of file