From c2773a7de127cb5761b8f794776c8ca9b77476e3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 2 Jul 2026 10:59:44 +0800 Subject: chore(run): add comments to .gitignore entries --- .run/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.run/.gitignore b/.run/.gitignore index 78d04c9..017bfab 100644 --- a/.run/.gitignore +++ b/.run/.gitignore @@ -1,3 +1,5 @@ -/.temp +# All temp build artifacts will be stored in this dir /target + +# If you want to add some Rust crates? Remove this line /Cargo.* -- cgit