From 4170f71dbc96ff5741b99ccaab1edfe1a0185d79 Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Mon, 6 Jan 2025 21:13:39 +0000 Subject: [PATCH] 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. --- cli/src/templates/gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/src/templates/gitignore b/cli/src/templates/gitignore index 308fcab2..4e880d55 100644 --- a/cli/src/templates/gitignore +++ b/cli/src/templates/gitignore @@ -25,6 +25,8 @@ dist/ *.dylib *.dll *.pc +*.exp +*.lib # Example dirs /examples/*/