mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 23:29:54 -06:00
Restore gitignore to ignore build artifacts
This commit is contained in:
parent
47f88baa18
commit
03f08560ff
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -3,7 +3,7 @@ Cargo.lock
|
|||
target/
|
||||
|
||||
# Node artifacts
|
||||
# build/
|
||||
build/
|
||||
prebuilds/
|
||||
node_modules/
|
||||
*.tgz
|
||||
|
|
@ -34,6 +34,6 @@ dist/
|
|||
/examples/*/
|
||||
|
||||
# Grammar volatiles
|
||||
# *.wasm
|
||||
*.wasm
|
||||
*.obj
|
||||
*.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue