From ce73d2dd1bf9a2277ede6a4390f99058f8cc3aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Wed, 1 Feb 2017 11:49:55 +0100 Subject: [PATCH] Ignore Intellij project files by default --- .gitignore_global | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore_global b/.gitignore_global index eef29c1..f578803 100644 --- a/.gitignore_global +++ b/.gitignore_global @@ -1,3 +1,4 @@ *~ *.pyc - +*.iml +.idea