Skip to content

Commit

Permalink
gitignore: add dependencies.lock
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stintel committed Nov 22, 2023
1 parent e6dfb04 commit 982b4c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.env
.vscode
build
dependencies.lock
deps
flags
generated_*.h
Expand Down
57 changes: 0 additions & 57 deletions dependencies.lock

This file was deleted.

0 comments on commit 982b4c9

Please sign in to comment.