From: Roland Häder <roland@mxchange.org>
Date: Wed, 26 Jul 2017 20:16:29 +0000 (+0200)
Subject: Windows' CRLF are looking strange under Linux, let's get rid of them/
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d418dc1fd5d6c7e98993bf86c6375f16e074fcc;p=friendica.git

Windows' CRLF are looking strange under Linux, let's get rid of them/

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 <roland@mxchange.org>
---

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/