From 1627f2419b13d0d51d63995e102d86e2fca48253 Mon Sep 17 00:00:00 2001 From: ssdeanx Date: Tue, 21 Apr 2026 07:16:06 -0400 Subject: [PATCH] chore: update .gitignore file to adjust directory exclusions - Changed exclusion of 'mastra/' from wildcard to specific path --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 333995d..3972ecd 100644 --- a/.gitignore +++ b/.gitignore @@ -267,7 +267,7 @@ tests/*.test.ts conductor/setup_state.json *conductor/ *dist/ -*mastra/ +mastra/ *node_modules/ *coverage/ *.next/