Natixar / natixar-frontend

The static front end of the Natixar SaaS platform
0 stars 5 forks source link

yarn.lock shouldn't be version managed #11

Closed lepeuvedic-natixar closed 4 months ago

lepeuvedic-natixar commented 5 months ago

https://github.com/Natixar/natixar-frontend/blob/ef02efb304be15fcc3db79dec95d395414c956e3/yarn.lock#L1

Ideally you can "git reset --hard" your project before pushing to a new branch, in order to remove the last commits that have included those files and brought nothing related to design. The only changes to make are the inclusion of .env, in which the authentication should be disabled.

astowny commented 4 months ago

There is no more yarn.lock file version managed.

Math712 commented 4 months ago

I check to .gitignore and the yarn.lock is no more version managed. I close this issue