mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
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 <roland@mxchange.org>
This commit is contained in:
parent
8e42e797cc
commit
7525b8fefe
1 changed files with 56 additions and 61 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -9,7 +9,6 @@ include/jquery-1.4.2.min.js
|
|||
favicon.*
|
||||
home.html
|
||||
addon
|
||||
*.orig
|
||||
*~
|
||||
robots.txt
|
||||
|
||||
|
@ -53,9 +52,5 @@ nbproject
|
|||
#ignore things from transifex-client
|
||||
venv/
|
||||
|
||||
#ignore Composer dependencies
|
||||
/vendor
|
||||
/view/asset
|
||||
|
||||
#ignore config files from JetBrains
|
||||
/.idea
|
||||
#ignore all in 'vendor' as `utils/composer.phar install` will bring it back
|
||||
vendor/*
|
||||
|
|
Loading…
Reference in a new issue