Skip to content

Commit

Permalink
chore: exclude tree-sitter-gritql (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored May 1, 2024
1 parent 3095b21 commit c39d4e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ members = [
"crates/marzano_messenger",
"crates/cli_bin",
]
exclude = ["resources", "vendor/web-tree-sitter", "vendor/tree-sitter-facade"]
exclude = [
"resources",
"vendor/web-tree-sitter",
"vendor/tree-sitter-gritql",
"vendor/tree-sitter-facade",
]

[workspace.package]
version = "0.2.0"
Expand Down

0 comments on commit c39d4e0

Please sign in to comment.