Skip to content

Commit 769cbcd

Browse files
PKuhlmayclaude
andcommitted
[TASK] Clean up legacy devbox config and fix DDEV post-start hook
Remove obsolete TYPO3 v11 artifacts from .devbox/.ddev/ and .devbox/build-files/. Fix bin path in post-start hook to match composer bin-dir. Extend .ddev/.gitignore to cover all generated dirs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0e7e2ea commit 769cbcd

9 files changed

Lines changed: 14 additions & 55 deletions

File tree

.ddev/.gitignore

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
1-
.dbimageBuild
2-
.webimageBuild
1+
# DDEV-generated files — do not commit
2+
.dbimageBuild/
3+
.webimageBuild/
34
.ddev-docker-compose-base.yaml
45
.ddev-docker-compose-full.yaml
56
.global_commands/
67
.homeadditions/
8+
.start-synced
9+
addon-metadata/
710
apache/
11+
commands/
812
db-build/
13+
db_snapshots/
14+
homeadditions/
915
mutagen/
16+
mysql/
1017
nginx_full/
18+
php/
1119
providers/
20+
share-providers/
21+
traefik/
1222
web-build/
23+
web-entrypoint.d/
1324
xhprof/
1425
config.local.yaml
1526
composer.lock

.ddev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ web_environment:
1414
hooks:
1515
post-start:
1616
- exec: mkdir -p /var/www/html/.devbox/packages && ln -sfn /var/www/html /var/www/html/.devbox/packages/extension_builder
17-
- exec: /var/www/html/.devbox/vendor/bin/typo3 database:updateschema 2>/dev/null || true
17+
- exec: /var/www/html/.devbox/bin/typo3 database:updateschema 2>/dev/null || true

.devbox/.ddev/commands/web/cron

Lines changed: 0 additions & 11 deletions
This file was deleted.

.devbox/.ddev/docker-compose.environment.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.devbox/.ddev/docker-compose.volume.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.devbox/.ddev/mysql/strict-mode.cnf

Whitespace-only changes.

.devbox/build-files/AdditionalConfiguration.ddev.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

.devbox/build-files/db.sql.gz

-611 KB
Binary file not shown.

.devbox/build-files/import-if-empty.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)