tree-sitter-grammars / tree-sitter-query

TS query grammar for tree-sitter
Apache License 2.0
52 stars 14 forks source link

chore: add `target` to .gitignore #24

Closed theHamsta closed 1 year ago

theHamsta commented 1 year ago

Npm will ignore global .gitignore. To not include cargo build artifacts into NPM packages we should add target to .gitignore which also servers as .npmignore