From 3d418dc1fd5d6c7e98993bf86c6375f16e074fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Wed, 26 Jul 2017 22:16:29 +0200 Subject: [PATCH] Windows' CRLF are looking strange under Linux, let's get rid of them/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also let's ignore addons/ as it is optional and depend on if the webmaster wants it or not. Signed-off-by: Roland Häder --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index ecfe4e73c9..26d3394772 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,9 @@ venv/ #ignore all in 'vendor' as `utils/composer.phar install` will bring it back vendor/* + +#ignore config files from JetBrains +/.idea + +#ignore addons/ directory +addons/