Bug #68821
closed
gitignore path for composer dependencies incorrect
Added by Philipp Wrann over 9 years ago.
Updated over 9 years ago.
Description
In one project i added typo3 as git submodule, when i update typo3 i run composer install. The packages are loaded to typo3/contrib/vendor, the path in .gitignore defines typo3/vendor
So my repository is allways "dirty".
Maybe add typo3/contrib/vendor also to gitignore.
TYPO3 Version is 7.4
- Status changed from New to Rejected
The composer.json clearly defines the vendor directory to be typo3/vendor not typo3/contrib/vendor (any more)
That is why .gitignore specifies typo3/vendor to be ignored.
Without having further information, I cannot tell what is going wrong on your side deps being installed in typo3/contrib/vendor). Please ask on Slack or on a mailing list for possible reasons.
From our side there is nothing to do here as gitignore reflects our needs.
I didnt check sorry, typo3/vendor is now used, typo3/contrib/vendor is just an artifact, i had to delete it manually.
Philipp Wrann wrote:
I didnt check sorry, typo3/vendor is now used, typo3/contrib/vendor is just an artifact, i had to delete it manually.
Thanks for getting back to us! Case closed.
Also available in: Atom
PDF