yiisoft / app

Yii3 application template
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
230 stars 45 forks source link

Stop ignoring .lock #11

Closed samdark closed 4 years ago

samdark commented 4 years ago

When we'll have most of the packages stable, package-lock.json and composer.lock should be removed from .gitignore and committed.

cebe commented 4 years ago

Similar to https://github.com/yiisoft/yii2-app-basic they should not be committed but also not ignored.

So that new project starts with fresh dependencies.