Files
breadcrumb-the-shire/.gitignore
fs e97d1ddd31 chore: gitignore module asset symlinks (runtime-generated)
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>
2026-03-26 15:11:57 +01:00

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