################################################################################
#
# Ignore
#
################################################################################
################################################################################
#  Cache ignores
################################################################################
.php_cs
.php_cs.cache
.php-cs-fixer.cache
.phpunit.result.cache
.phpunit.cache
################################################################################
# System & Build ignores
################################################################################
._*
.DS_Store
*/.DS_Store
*.derp
build
composer.lock
database/dumps/
logs
/tmp
tmp*
temp*
node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.env.production
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
################################################################################
# Test and Docs ignores
################################################################################
output
coverage
phpunit.xml
phpstan.neon
testbench.yaml
/docs
tests/logs
################################################################################
# Shared and mount ignores
################################################################################
/.fleet
/.idea
/.vscode
/.project
################################################################################
# End of File
################################################################################
