Raistlfiren / garmin-csv-plan

A quick n' dirty way of "automating" training plans into Garmin Connect.
https://raistlfiren.github.io/garmin-csv-plan/
36 stars 6 forks source link

Do not include composer.lock in the project #2

Closed pygoubet closed 3 years ago

pygoubet commented 3 years ago

composer.lock file is created/updated after installing/updating dependencies. It reflects locally installed dependencies. So that it cannot be shared.

Raistlfiren commented 3 years ago

Since we aren't really needing to lock any packages on a certain version, I agree. Thank you.