Skip to content

Commit 67f5b26

Browse files
cheapsteakStranger6667
authored andcommitted
refactor: move gitignore into wasm crate
Signed-off-by: Chang Wang <[email protected]>
1 parent 5c7f155 commit 67f5b26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# will have compiled files and executables
33
/target/
44

5-
wasm/target
6-
75
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
86
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
97
Cargo.lock

wasm/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Rust
2+
/target

0 commit comments

Comments
 (0)