From d1afde94f78b95bd1855bbee6600e50c6709f67f Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Wed, 1 Apr 2026 10:53:12 -0500 Subject: [PATCH] Don't skip tools in gitignore This caused mcp tools files to not be tracked. --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9cb22f81..87f2ad15 100755 --- a/.gitignore +++ b/.gitignore @@ -197,9 +197,6 @@ FakesAssemblies/ *.opt docs/_build/ -# Local .NET CLI tools -tools/ - # IdentityServer temp files tempkey.jwk keys