diff --git a/.gitignore b/.gitignore index 9d5dff3..7fe978f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,19 @@ -# ---> Laravel -/vendor/ -node_modules/ -npm-debug.log -yarn-error.log - -# 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 +/.phpunit.cache +/node_modules +/public/build +/public/hot +/public/storage +/storage/*.key +/vendor .env -Homestead.yaml -Homestead.json -/.vagrant +.env.backup +.env.production .phpunit.result.cache - +Homestead.json +Homestead.yaml +auth.json +npm-debug.log +yarn-error.log +/.fleet +/.idea +/.vscode