feat(generate): add .exp and .lib files to gitignore template
On Windows, tree-sitter-cli creates parser.exp and parser.lib so ideally we'd exclude those automatically.
This commit is contained in:
parent
ba19fe31be
commit
4170f71dbc
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ dist/
|
|||
*.dylib
|
||||
*.dll
|
||||
*.pc
|
||||
*.exp
|
||||
*.lib
|
||||
|
||||
# Example dirs
|
||||
/examples/*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue