Skip to content

Commit 0a02afd

Browse files
committed
update .gitignore to account for migration from TS + C++ to Rust
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
1 parent 474abbe commit 0a02afd

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.gitignore

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
node_modules
2-
.vscode
3-
build
4-
prebuilds
5-
6-
log
7-
.prebuildrc
8-
9-
lib
1+
/target
2+
**/*.rs.bk
3+
Cargo.lock
4+
bin/
5+
pkg/
6+
wasm-pack.log

0 commit comments

Comments
 (0)