chore: gitignore Cargo.lock in display and editor crates

Match the workspace convention (firmware, keymap already ignore their
lockfiles); these two library crates just never got a .gitignore when
they were extracted.
This commit is contained in:
Julien Calixte
2026-07-11 01:25:15 +02:00
parent 9ea8e74394
commit e92f9c15d3
2 changed files with 4 additions and 0 deletions

2
display/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/target
/Cargo.lock