Skip to content
Open
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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ _build

# products of 'tree-sitter generate' without '--no-bindings'
# for tree-sitter >= 0.19.3
# Do not use a bare 'bindings/' — that also matches core/src/bindings
# (the hand-written OCaml tree-sitter C API library), which dockerignore
# then excludes from the build context.
Cargo.toml
bindings/
/lang/**/bindings/

# tree-sitter-cli download
/downloads/
Expand Down
Loading