initial checking

This commit is contained in:
2022-09-02 23:36:25 -04:00
commit 51def200ab
17 changed files with 2591 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
Cargo.lock
node_modules
build
*.log
package-lock.json
target
*.a
*.dylib
*.so
*.o
bindings/c/*.h
bindings/c/tree-sitter-*.pc
.build/