Skip to content

Commit 20ab834

Browse files
committed
git-ignore files that would be generated by a direct call to
'tree-sitter generate'.
1 parent 4d95895 commit 20ab834

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ examples/desktop
1111
examples/redux
1212
examples/vscode
1313
log.html
14+
15+
# These files would be generated by 'tree-sitter generate' with the default
16+
# settings. We don't want them because there's already a copy at the root.
17+
/tsx/Cargo.toml
18+
/tsx/binding.gyp
19+
/tsx/bindings
20+
/typescript/Cargo.toml
21+
/typescript/binding.gyp
22+
/typescript/bindings

0 commit comments

Comments
 (0)