From e797563d3408fafa1b4b272787268a76e4da3e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Mon, 3 Jun 2013 12:20:58 +0200 Subject: [PATCH] Added an ignore rule for JetBrains IntelliJIDEA IDE projects This also include derived products such as PHPstorm --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bc2110ab7ae..3748a6ef1b8 100755 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ dolibarr_install.log doxygen_warnings.log /.project .DS_Store +.idea