• Yuriy Belenko's avatar
    [php] Exclude composer.lock in root gitignore (#7224) · 9a038508
    Yuriy Belenko authored
    * Add samples composer.lock to root .gitignore
    
    composer.lock may produce CI errors when you need to test build against
    different PHP versions. However users most likely want to commit this
    file, so I think it's better to exclude it only in root .gitignore.
    
    * Commit composer.lock in default PHP templates
    
    * Refresh samples
    9a038508