From cbed9af78371c7d4f9d443632d77989a557e5bf8 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Mon, 9 Mar 2026 23:11:32 +0100 Subject: [PATCH] fix: update .gitignore to include additional directories and files --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c730ec13..7f77c4ce 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,9 @@ /dist /coverage /playwright-report -/test-results \ No newline at end of file +/test-results +/_bmad +/_bmad-output +/.DS_Store +/.github/agents +/.github/prompts \ No newline at end of file