Skip to content

Commit 9da6ea7

Browse files
committed
chore: add ignore
1 parent 51dfc11 commit 9da6ea7

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
.DS_Store
22

33
# Rust
4-
target/
4+
target/
5+
6+
# draft
7+
examples/_*

examples/hello/Cargo.lock

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hello/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ edition = "2021"
1010

1111
# 依赖
1212
[dependencies]
13+
serde = "1.0.147"

0 commit comments

Comments
 (0)