From dbe27f0157951b8b82ae25e0e3ea2eaaf5ab8c07 Mon Sep 17 00:00:00 2001 From: AndyMik90 Date: Tue, 16 Dec 2025 13:44:41 +0100 Subject: [PATCH] Add _bmad-output to .gitignore - Updated the .gitignore file to include the _bmad-output directory, ensuring that generated output files are not tracked by Git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5710154a..3a45f4e0 100644 --- a/.gitignore +++ b/.gitignore @@ -83,5 +83,6 @@ dev/ /docs _bmad +_bmad-output .claude \ No newline at end of file