From 981244f9535e614ce47dc62217db00b488944d71 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 26 May 2023 21:22:30 +0200 Subject: [PATCH] gitignore --- .gitignore | 40 +++++++++++++++++----------------------- 1 file changed, 17 insertions(+), 23 deletions(-) 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