Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: prefer automatic generation of treesitter parser from grammar #29

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 13 additions & 17 deletions tree_sitter_v/.gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
# Avoid including irrelevant files
node_modules/
*.log
build/
package-lock.json
# Ignore irrelevant and generated outputs
/src
/build
/target

bindings/node/
bindings/rust/
binding.gyp

# Ignore binary output folders
bin/
Cargo.toml
Cargo.lock
yarn.lock
package-lock.json
*.log

# Ignore common editor/system specific metadata
.DS_Store
.idea/
.vscode/
*.iml

target/
Cargo.lock
yarn.lock

Cargo.toml

bindings/node/
bindings/rust/
binding.gyp
Loading
Loading