From 395632b6ea502a3c2e95e6d063dbacd9c668bd9a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 3 Oct 2024 13:22:18 +0200 Subject: fix(templates): Remove `*.lock` files Creating new templates with these old lock files is just useless. So convey the need to regenerate them, by simply not shipping them. --- templates/rust/Cargo.lock | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 templates/rust/Cargo.lock (limited to 'templates/rust/Cargo.lock') diff --git a/templates/rust/Cargo.lock b/templates/rust/Cargo.lock deleted file mode 100644 index 9d8cd04..0000000 --- a/templates/rust/Cargo.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "TODO" -version = "0.1.0" -- cgit 1.4.1