# User specific & automatically generated files #
#################################################
/.vagrant/*
/composer.lock
/composer.local.json
/config/app.php
/config/.env
/config/projects/*
/coverage/*
/index.html
/logs/*
!/logs/.gitkeep
/phpunit.xml
/provision/*
/tests/.env
/tmp/*
!/tmp/.gitkeep
/vendor/*
!/vendor/.gitkeep

# plugins folders #
##########################
/plugins/*
!/logs/.gitkeep

# IDE and editor specific files #
#################################
/nbproject
/tags
.idea
.project
.buildpath
.settings
.vscode
.history

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

# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml

# node, preprocessors... #
#################################
package-lock.json
node_modules/
.cache/
yarn-error.log
*.css.map
*.bundle.js.map
bundle-report.*.html

# bundle directories
/webroot/bundle-report
/webroot/*.hot-update.*
/webroot/vendors/async/*.hot-update.*
/webroot/css/app*
/webroot/css/*.lazy.css
/webroot/css/vendors*
/webroot/css/**/*.map
/webroot/css/vendors/async
/webroot/js/*.js
/webroot/js/vendors
