diff options
author | 2024-12-17 03:09:52 +0100 | |
---|---|---|
committer | 2024-12-17 03:09:52 +0100 | |
commit | 8f6f5c13b0f6e7a777a61995be372a19056b4dfc (patch) | |
tree | bc4556d49caee5b37e8f7773a2b52465ba9620fd /.gitignore | |
parent | 41a822c6fb6dd15c9e2246a6f0d136d83c6c7d00 (diff) | |
download | iced-8f6f5c13b0f6e7a777a61995be372a19056b4dfc.tar.gz iced-8f6f5c13b0f6e7a777a61995be372a19056b4dfc.tar.bz2 iced-8f6f5c13b0f6e7a777a61995be372a19056b4dfc.zip |
Track `Cargo.lock` for reproducible builds and tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ target/ pkg/ **/*.rs.bk -Cargo.lock dist/ traces/ |