Browse Source

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
commit
995a2621db
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4
  1. 2
      .gitattributes

2
.gitattributes vendored

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

Loading…
Cancel
Save