mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
This will increase our CI stability, as we also use the lock file for some binaries. However, as the lock file is on the top-level of the workspace, it will not be packaged into library releases. This is also recommended for libraries by the ecosystem. Additionally, this will enable us to use better CI caching to accelerate our CI.
5 lines
88 B
Text
5 lines
88 B
Text
# Cargo places all built files here.
|
|
/target/
|
|
|
|
# Files generated by mdBook.
|
|
/book/book/
|