1
0

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>
This commit is contained in:
2026-03-26 15:11:57 +01:00
parent 883e8ec408
commit e97d1ddd31
7 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View File

@@ -18,6 +18,7 @@ config/config.php
!/.agents/runs/.gitkeep
# Runtime & generated
/web/modules/
/web/debugger/
/data/
/storage/*

View File

@@ -1 +0,0 @@
/var/www/modules/addressbook/web

View File

@@ -1 +0,0 @@
/var/www/modules/api-docs/web

View File

@@ -1 +0,0 @@
/var/www/modules/audit/web

View File

@@ -1 +0,0 @@
/var/www/modules/bookmarks/web

View File

@@ -1 +0,0 @@
/var/www/modules/help-center/web

View File

@@ -1 +0,0 @@
/var/www/modules/notifications/web