# PhpStorm
/.idea

# Composer
/vendor
/composer.lock

# Apache Ant
/.ant_targets

# Build artifacts and temporary files
/build/artifacts
/build/tmp

# PHP-CS-Fixer
/.php_cs
/.php_cs.cache

# Psalm
/.psalm/cache

# PHPUnit
.phpunit.result.cache

# Temporary files generated by PHPT test runner
/tests/end-to-end/*.diff
/tests/end-to-end/*.exp
/tests/end-to-end/*.log
/tests/end-to-end/*.out
/tests/end-to-end/*.php

# NodeJS
/node_modules
npm-debug.log
yarn-error.log

# Laravel
/public/hot
/public/storage
/storage/*.key
.env
.env.backup
Homestead.json
Homestead.yaml