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:
Damien Guard 2025-01-06 21:13:39 +00:00 committed by GitHub
parent ba19fe31be
commit 4170f71dbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,8 @@ dist/
*.dylib
*.dll
*.pc
*.exp
*.lib
# Example dirs
/examples/*/