Repository URL to install this package:
|
Version:
2.6.0 ▾
|
novicell/dds_core
/
.dockerignore
|
|---|
docker/Dockerfile
docker/docker-compose.yaml
docker/README.md
# Ignore core when managing all of a project's dependencies with Composer
# including Drupal core.
webroot/core
# Core's dependencies are managed with Composer.
vendor
# Ignore contributed packages, since we manage them with composer
webroot/modules/contrib
webroot/themes/contrib
webroot/profiles/contrib
webroot/libraries
# Since we are using drupal-scaffold the files are create on composer-update
# so there is no reason to save them in version-control.
webroot/.csslintrc
webroot/.editorconfig
webroot/.eslintignore
webroot/.eslintrc.json
webroot/.gitattributes
webroot/.ht.router.php
webroot/.htaccess
webroot/autoload.php
webroot/index.php
webroot/robots.txt
webroot/update.php
webroot/web.config
webroot/sites/example.settings.local.php
webroot/sites/example.sites.php
webroot/sites/default*
webroot/sites/all/drush
.git
.idea
*/node_modules
.gitignore
.ddev
.dockerignore