diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-24 03:13:00 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-24 03:13:00 +0800 |
| commit | 289aa96f02f99bb724013e473725760a86ba6190 (patch) | |
| tree | caa818e0fbb66a778b5ad4af61588dfd8b9a3f0f /.gitignore | |
Initialize Rust project with Cargo and implement memory management CLI
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target |
