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