Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@ npm-debug.log
Thumbs.db

# Project specific
config.yaml
config.yml
configure.yml
mcp_config.json
extensions_config.json
config.yaml.bak
backend/config.yaml
backend/config.yml
backend/configure.yml
backend/mcp_config.json
backend/extensions_config.json
Comment on lines +52 to +58
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These files are runtime/local configs rather than Docker build inputs. The checked-in templates remain included, and Compose mounts runtime configs; the sentinel build also verified normal backend files still enter the context.

backend/config.yaml.bak
.deer-flow/
backend/.deer-flow/
Comment on lines +48 to +61
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeping the root/backend entries explicit is intentional: those are the supported local config locations today. A broader ** pattern would also exclude unrelated fixture or nested config files.

conf.yaml
web/
docs/
Expand Down