/.env
/.env.*
!/.env.example
/vendor/
/node_modules/
/storage/*.key
/storage/app/*
!/storage/app/.gitkeep
/storage/app/public/*
!/storage/app/public/.gitkeep
/storage/framework/cache/data/*
/storage/framework/sessions/*
/storage/framework/testing/*
/storage/framework/views/*
/storage/logs/*
!/storage/logs/.gitkeep
/bootstrap/cache/*
!/bootstrap/cache/.gitkeep
.phpunit.result.cache
