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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -18,6 +18,7 @@ config/config.php
|
|||||||
!/.agents/runs/.gitkeep
|
!/.agents/runs/.gitkeep
|
||||||
|
|
||||||
# Runtime & generated
|
# Runtime & generated
|
||||||
|
/web/modules/
|
||||||
/web/debugger/
|
/web/debugger/
|
||||||
/data/
|
/data/
|
||||||
/storage/*
|
/storage/*
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
/var/www/modules/addressbook/web
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/var/www/modules/api-docs/web
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/var/www/modules/audit/web
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/var/www/modules/bookmarks/web
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/var/www/modules/help-center/web
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/var/www/modules/notifications/web
|
|
||||||
Reference in New Issue
Block a user