From e396dffc1c02a3762a8b20ca284e19f0e2e70a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berg=20J=C3=A1nos?= Date: Mon, 13 Oct 2025 13:58:53 +0200 Subject: [PATCH] * Updated ignore files. --- .gitignore | 17 ----------------- src/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 522f886..c23ff1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,6 @@ -/.phpunit.cache -/node_modules -/public/build -/public/hot -/public/storage -/storage/*.key -/storage/pail -/storage/debugbar -!/storage/avatars/_*.svg -/vendor .env .env.backup .env.production -.phpactor.json -.phpunit.result.cache -Homestead.json -Homestead.yaml -npm-debug.log -yarn-error.log -/auth.json /.fleet /.idea /.nova diff --git a/src/.gitignore b/src/.gitignore index c7cf1fa..522f886 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -5,6 +5,8 @@ /public/storage /storage/*.key /storage/pail +/storage/debugbar +!/storage/avatars/_*.svg /vendor .env .env.backup