# Cake specific & automatically generated files #
#################################################
/config/app_local.php
/config/.env
/config/attachment.php
/logs/*
/plugins/*
/tmp/*
/vendor/*
/webroot/robots.txt
/webroot/files/*
/webroot/imagecache/*
/webroot/thumbnails/*

# composer      #
#############
/composer.lock

# GRUNT NPM #
#############
/node_modules/*
/package-lock.json
/.sass-cache/*

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db

# Webpack ENV && built assets files #
#####################################
/webpack.env
/webroot/css/*
/webroot/js/*
