Fix .dockerignore allowing bun.lock and README.md

This commit is contained in:
2026-04-02 19:23:55 +02:00
parent c441e53be4
commit 4738e9f141

View File

@@ -5,7 +5,6 @@
# Node / frontend # Node / frontend
**/node_modules **/node_modules
apps/webapp/.next apps/webapp/.next
apps/webapp/bun.lock
# Python # Python
**/__pycache__ **/__pycache__
@@ -28,7 +27,4 @@ ml/notebooks/
FLAT.xml FLAT.xml
# Docs / meta # Docs / meta
*.md
AGENTS.md
CLAUDE.md
.github/ .github/