diff --git a/.gitignore b/.gitignore index fd73bc8..522c3c4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,8 +14,25 @@ Homestead.json Homestead.yaml npm-debug.log yarn-error.log -*.sql -/.idea -/.vscode -resources/views/tmp/* + +# Laravel 4 specific +bootstrap/compiled.php +app/storage/ + +# Laravel 5 & Lumen specific +public/storage +public/hot + +# Laravel 5 & Lumen specific with changed public path +public_html/storage +public_html/hot + +storage/*.key +storage/app/* +storage/logs +.env +Homestead.yaml +Homestead.json +/.vagrant +.phpunit.result.cache