Prevent Git from auto-merging Composer's lockfile

Source: https://blog.martinhujer.cz/17-tips-for-using-composer-efficiently/
pull/53/head
Franz Liedke 7 years ago
parent 01e5fde09c
commit 995a2621db
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

2
.gitattributes vendored

@ -1,3 +1,5 @@
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
composer.lock -merge

Loading…
Cancel
Save