# Ignore core when managing all of a project's dependencies with Composer
# including Drupal core.
core
core/*

# Ignore directories generated by Composer
# Generally you should only ignore the root vendor directory. It's 
important
# that core/assets/vendor and any other vendor directories within contrib 
or
# custom module, theme, etc., are not ignored unless you purposely do so.
/vendor/*

drush 
/web/profiles/contrib
/web/themes/contrib
/web/modules/contrib
/web/core
/web/vendor
/web/modules/README.txt
/web/modules/contrib
/web/profiles/README.txt
/web/sites/development.services.yml
/web/sites/example.settings.local.php
/web/sites/example.sites.php
/web/sites/README.txt
/web/themes/README.txt
/web/themes/contrib
/web/translations/contrib
/web/.csslintrc
/web/.editorconfig
/web/.eslintignore
/web/.eslintrc.json
/web/.gitattributes
/web/.ht.router.php
/web/composer.json
/web/composer.lock
/web/example.gitignore
/web/INSTALL.txt
/web/LICENSE.txt
/web/README.txt
/web/robots.txt
/web/update.php
/web/web.config
.ddev
.DS_Store


# Ignore sensitive information
/sites/*/*
/web/sites
# Ignore paths that contain user-generated content.
sites/*/private

# Ignore paths that contain user-generated content.
/privates/

# Ignore SimpleTest multi-site environment.
/sites/simpletest

# Ignore files front

# Ignore files generated by PhpStorm
.idea
*/.idea/
.idea/*

*~*
/.editorconfig

