diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-02 10:59:44 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-02 10:59:44 +0800 |
| commit | c2773a7de127cb5761b8f794776c8ca9b77476e3 (patch) | |
| tree | ee708e5b264eb26ca34c7b7b6e8ea835b5f4759e | |
| parent | 2bb02c2def96fd31abd89f19aad6e5318e7d6910 (diff) | |
chore(run): add comments to .gitignore entries
| -rw-r--r-- | .run/.gitignore | 4 |
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.* |
