chore(gitignore): 🙈 Update .gitignore to exclude contrib themes
Updates .gitignore to prevent tracking of contributed themes. - Prevents accidental commits of contributed theme files. - Improves repository cleanliness.
This commit is contained in:
parent
cf4618eeb3
commit
6d03d8f6fc
|
|
@ -272,5 +272,6 @@ db
|
|||
.env
|
||||
web/libraries
|
||||
web/modules/contrib
|
||||
web/themes/contrib
|
||||
!web/sites/default/settings.php
|
||||
.cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue