mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 23:29:54 -06:00
Allow wasm build to be committed
This commit is contained in:
parent
159a378d3e
commit
f40a93ea19
2 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -3,7 +3,7 @@ Cargo.lock
|
||||||
target/
|
target/
|
||||||
|
|
||||||
# Node artifacts
|
# Node artifacts
|
||||||
build/
|
# build/
|
||||||
prebuilds/
|
prebuilds/
|
||||||
node_modules/
|
node_modules/
|
||||||
*.tgz
|
*.tgz
|
||||||
|
|
@ -34,6 +34,6 @@ dist/
|
||||||
/examples/*/
|
/examples/*/
|
||||||
|
|
||||||
# Grammar volatiles
|
# Grammar volatiles
|
||||||
*.wasm
|
# *.wasm
|
||||||
*.obj
|
*.obj
|
||||||
*.o
|
*.o
|
||||||
|
|
|
||||||
BIN
build/parser.wasm
Executable file
BIN
build/parser.wasm
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue