You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
454 B

# DDEV / Docker
.ddev/.gitignore
.ddev/mutagen/
.ddev/db/
.ddev/.ssh/
# Composer
vendor/
# Drupal files
web/sites/default/files/
web/sites/default/private/
web/sites/default/settings.php
web/sites/*/files/
# Node / Build artifacts (optional — you can commit dist/ if you want)
web/themes/custom/mytheme/node_modules/
# web/themes/custom/mytheme/dist/ # uncomment if you prefer NOT to commit built CSS/JS
# General
.DS_Store
*.log
.idea/
.vscode/