aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-02 10:59:44 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-02 10:59:44 +0800
commitc2773a7de127cb5761b8f794776c8ca9b77476e3 (patch)
treeee708e5b264eb26ca34c7b7b6e8ea835b5f4759e
parent2bb02c2def96fd31abd89f19aad6e5318e7d6910 (diff)
chore(run): add comments to .gitignore entries
-rw-r--r--.run/.gitignore4
1 files changed, 3 insertions, 1 deletions
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.*