From 8264369785b56aeb4fc0fd7322bb4a86bd3076eb Mon Sep 17 00:00:00 2001 From: vasya Date: Sun, 29 Mar 2026 19:58:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F?= =?UTF-8?q?=D1=8E=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 25 ++++++++++--------------- storage/app/.gitignore | 1 - 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index b71b1ea..7fe978f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,19 @@ -*.log -.DS_Store -.env -.env.backup -.env.production -.phpactor.json -.phpunit.result.cache -/.fleet -/.idea -/.nova /.phpunit.cache -/.vscode -/.zed -/auth.json /node_modules /public/build /public/hot /public/storage /storage/*.key -/storage/pail /vendor +.env +.env.backup +.env.production +.phpunit.result.cache Homestead.json Homestead.yaml -Thumbs.db +auth.json +npm-debug.log +yarn-error.log +/.fleet +/.idea +/.vscode diff --git a/storage/app/.gitignore b/storage/app/.gitignore index fedb287..8f4803c 100644 --- a/storage/app/.gitignore +++ b/storage/app/.gitignore @@ -1,4 +1,3 @@ * -!private/ !public/ !.gitignore