]> git.mxchange.org Git - friendica.git/commitdiff
Fixes for composer:
authorRoland Haeder <roland@mxchange.org>
Sun, 2 Apr 2017 19:29:06 +0000 (21:29 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 20:50:03 +0000 (22:50 +0200)
- ./vendor/ is being prepared by executing `utils/composer.phar install`, no
  need to have it around
- converted .gitignore to LF line-ending (more common over the whole project)
- no need to have them around ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
.gitignore

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