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

# 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 files
/webroot/bundle-report
/webroot/*.hot-update.*
/webroot/vendors/async/*.hot-update.*
/webroot/css/admin-index*
/webroot/css/app*
/webroot/css/category*
/webroot/css/date-range*
/webroot/css/date-input*
/webroot/css/email-input*
/webroot/css/flash-message*
/webroot/css/folder-picker*
/webroot/css/import-result*
/webroot/css/index-cell*
/webroot/css/labels-form*
/webroot/css/map-view*
/webroot/css/menu*
/webroot/css/object-categories*
/webroot/css/object-nav*
/webroot/css/object-property*
/webroot/css/objects-history*
/webroot/css/permission*
/webroot/css/placeholder-list*
/webroot/css/property-view*
/webroot/css/roles-list-view*
/webroot/css/secret*
/webroot/css/show-hide*
/webroot/css/string-list*
/webroot/css/system-info*
/webroot/css/tag-form*
/webroot/css/tag-picker*
/webroot/css/thumbnail*
/webroot/css/trash-view*
/webroot/css/uri-input*
/webroot/css/user-accesses*
/webroot/css/vendors*
/webroot/css/*.lazy.css
/webroot/css/**/*.map
/webroot/css/vendors/async
/webroot/js/*.js
/webroot/js/vendors
/webroot/manifest.json
