From ee552f87208d54c795f5a5a7efac54db6531cbb5 Mon Sep 17 00:00:00 2001 From: hkfires <10558748+hkfires@users.noreply.github.com> Date: Sat, 27 Dec 2025 19:13:14 +0800 Subject: [PATCH] chore(config): update ignore patterns --- .dockerignore | 3 +-- .gitignore | 7 ++++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index 411f4d12..8e4e8b1c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -13,8 +13,6 @@ Dockerfile docs/* README.md README_CN.md -MANAGEMENT_API.md -MANAGEMENT_API_CN.md LICENSE # Runtime data folders (should be mounted as volumes) @@ -32,3 +30,4 @@ bin/* .agent/* .bmad/* _bmad/* +_bmad-output/* diff --git a/.gitignore b/.gitignore index d99cd0c3..5cfea71e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,11 +11,15 @@ bin/* logs/* conv/* temp/* +refs/* + +# Storage backends pgstore/* gitstore/* objectstore/* + +# Static assets static/* -refs/* # Authentication data auths/* @@ -35,6 +39,7 @@ GEMINI.md .agent/* .bmad/* _bmad/* +_bmad-output/* # macOS .DS_Store