From: Roland Haeder Date: Sun, 2 Apr 2017 19:29:06 +0000 (+0200) Subject: Fixes for composer: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cdc24a73ca499b29b8ff2053a3369b5f7139dceb;p=friendica.git Fixes for composer: - ./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 --- diff --git a/.gitignore b/.gitignore index 12dd3b49ea..c31d8c5b5b 100644 --- a/.gitignore +++ b/.gitignore @@ -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: