]> git.mxchange.org Git - friendica.git/commitdiff
Windows' CRLF are looking strange under Linux, let's get rid of them/
authorRoland Häder <roland@mxchange.org>
Wed, 26 Jul 2017 20:16:29 +0000 (22:16 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 20:50:03 +0000 (22:50 +0200)
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>
.gitignore

index c31d8c5b5b1df0068531cf05e9a315a98e07d1c2..12dd3b49ea772ae0129944dc48c8811ed0da6326 100644 (file)
@@ -56,7 +56,6 @@ venv/
 
 #ignore all in 'vendor' as `utils/composer.phar install` will bring it back
 vendor/*
-<<<<<<< HEAD
 
 #ignore config files from JetBrains
 /.idea
@@ -66,5 +65,3 @@ addons/
 
 #Ignore .htaccess as it may contain local changes
 .htaccess
-=======
->>>>>>> Fixes for composer: