web/modules/* symlinks point to absolute Docker container paths (/var/www/modules/*/web) and are regenerated by module:assets-sync. They should not be tracked — they break on fresh clones and are machine-specific. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
28 lines
341 B
Plaintext
28 lines
341 B
Plaintext
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Composer
|
|
composer.phar
|
|
/vendor/
|
|
|
|
# Secrets / local config
|
|
config/config.php
|
|
.env
|
|
|
|
# Agent workflow runs (ephemeral artifacts)
|
|
/.agents/runs/*
|
|
!/.agents/runs/.gitkeep
|
|
|
|
# Runtime & generated
|
|
/web/modules/
|
|
/web/debugger/
|
|
/data/
|
|
/storage/*
|
|
!/storage/.gitkeep
|
|
.phpunit.result.cache
|
|
.php-cs-fixer.cache
|