mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-03 16:51:08 +08:00
ignore composer.lock
Facts: 1. When WP-CLI isn't installed as the root package, composer.lock is ignored. 2. The wp-cli.org installer doesn't install WP-CLI as the root package, but as a dependency. 1. + 2. => Having composer.lock under version control gives a false sense of security. Instead, we should take more care with how we define dependencies in composer.json
This commit is contained in:
parent
1542449de9
commit
4b146cb824
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
composer.lock
|
||||
composer.phar
|
||||
/vendor
|
||||
/phpunit.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue