diff --git a/crates/lox-wasm/.gitignore b/crates/lox-wasm/.gitignore new file mode 100644 index 0000000..fbd7c91 --- /dev/null +++ b/crates/lox-wasm/.gitignore @@ -0,0 +1,2 @@ +target/* +Cargo.lock