# Ignore configuration files that may contain sensitive information.
*.local
settings.local.php
project-x.local.yml
development.services.yml

# Ignore drupal core.
docroot/core

# Ignore paths that contain user-generated content.
docroot/sites/*/files
docroot/sites/*/files-private
docroot/sites/*/private

# Ignore contrib modules. These should be created during build process.
files-private
drush/contrib
docroot/themes/contrib
docroot/modules/contrib
docroot/profiles/contrib

# Ignore custom theme folders
docroot/themes/custom/*/node_modules

# Ignore build artifacts
/build
/deploy
/reports
docroot/themes/custom/*/css
docroot/themes/custom/*/styleguide

#Sass
.sass-cache
*.css.map

# OS X
.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Windows image file caches
Thumbs.db
ehthumbs.db
Desktop.ini

# XHProf
xhprof_*

# Exports
*.gz
*.sql
*.zip

# Environment
.env

# Composer
vendor/
vendor/.git

# PhpStorm:
.idea/

# Sublime Text
*.sublime-project
*.sublime-workspace

# DrupalVM
.vagrant/

# DevDesktop
*.dd

# Drush
drush/site-aliases/local.*

# Docker sync
.docker-sync/*

# Project-X
.project-x/*
.project-x.local.yml
