# CakePHP specific files #
##########################
/config/app_local.php
/config/.env
/config/Migrations/schema-dump-default.lock
/logs/*
/tmp/*
/vendor/*
/plugins/*/config/Migrations/schema-dump-default.lock

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

# Tool specific files #
#######################
# PHPUnit
.phpunit.cache
.phpunit.result.cache
tests.sqlite
# vim
*~
*.swp
*.swo
# sublime text & textmate
*.sublime-*
*.stTheme.cache
*.tmlanguage.cache
*.tmPreferences.cache
# Eclipse
.settings/*
# JetBrains, aka PHPStorm, IntelliJ IDEA
.idea/*
# NetBeans
nbproject/*
# Visual Studio Code
.vscode
# nova
.nova
# Sass preprocessor
.sass-cache/
# node
/node_modules/*
# yarn
yarn-debug.log
yarn-error.log

# baserCMS
######################
# cake
!/logs/.gitkeep
# docker
/docker/phpmyadmin
/docker/volumes
/docker/docker-compose.yml
/docker_inited
/docker/.env
# plugins
/plugins/*
!/plugins/baser-core
!/plugins/bc-admin-third
!/plugins/bc-front
!/plugins/bc-page
!/plugins/bc-blog
!/plugins/bc-mail
!/plugins/bc-uploader
!/plugins/bc-favorite
!/plugins/bc-editor-template
!/plugins/bc-theme-config
!/plugins/bc-theme-file
!/plugins/bc-widget-area
!/plugins/bc-installer
!/plugins/bc-search-index
!/plugins/bc-content-link
!/plugins/bc-custom-content
!/plugins/bc-column
!/plugins/BcPluginSample
!/plugins/BcThemeSample
!/plugins/cakephp-soft-delete
!/plugins/BcColumn
/plugins/*/vendor
/plugins/*/composer.lock
/profile/*

# vagrant
/.vagrant
/Vagrantfile
# node
node_modules
# symlink
/webroot/bc_admin_third
# uploaded files
/webroot/files/*
# plugin symbolic link
/webroot/bc_front
/webroot/bc_column
/webroot/baser_core
/webroot/bc_favorite
/webroot/bc_theme_config
/webroot/bc_theme_file
/webroot/bc_widget_area
/webroot/bc_blog
/webroot/bc_editor_template
/webroot/bc_mail
/webroot/bc_uploader
/webroot/bc_search_index
/webroot/bc_plugin_sample
/webroot/bc_theme_sample
/webroot/bc_installer
/webroot/bc_custom_content
/webroot/bc_spa_sample
/webroot/debug_kit
# jwt
/config/jwt.key
/config/jwt.pem
/config/setting.php
/config/install.php
# composer
/composer/*
!/composer/.gitkeep
# vendor
!/vendor/.gitkeep
# db
/db/*
!/db/.gitkeep
# etc
LOCAL_TODO.md
LOCAL_Q&A.md
