toverainc / willow

Open source, local, and self-hosted Amazon Echo/Google Home competitive Voice Assistant alternative
https://heywillow.io/
Apache License 2.0
2.61k stars 96 forks source link

gitignore: add dependencies.lock #337

Closed stintel closed 11 months ago

stintel commented 11 months ago

As explained by Espressif in #324, dependencies.lock is an intermediate temporary file used during compilation. To use fixed versions, they should be locked in idf_component.yml, which we already do.

Closes #184