From ea30baae3ca75964d97a8dfc0319ca633f796fed Mon Sep 17 00:00:00 2001 From: grabbit Date: Sat, 3 May 2025 22:30:48 +0800 Subject: [PATCH] add target folder to git ignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 943c020..abf8e63 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Rust build artifacts -/target/ +**/target/ **/*.rs.bk Cargo.lock