Initial Drupal 11 with DDEV setup

This commit is contained in:
gluebox
2025-10-08 11:39:17 -04:00
commit 89ef74b305
25344 changed files with 2599172 additions and 0 deletions

36
web/modules/contrib/devel/.gitignore vendored Normal file
View File

@ -0,0 +1,36 @@
/vendor/
vendor
/web/
/node_modules/
.env
composer.lock
yarn.lock
/.editorconfig
/.gitattributes
#PHPUnit output
junit.xml
.phpunit.result.cache
# Ignore local overrides.
docker-compose.override.yml
/.csslintrc
/.eslintignore
/.eslintrc.json
/.ht.router.php
/.htaccess
/INSTALL.txt
/README.txt
/autoload.php
/example.gitignore
/index.php
/robots.txt
/update.php
/web.config
/composer.spoons.json
/composer.spoons.lock
/.env
.envrc
.envrc.local
.composer-plugin.env
.idea/