From 3b7d0e300a467ee98786c4387888a88800e925a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= Date: Thu, 17 Oct 2024 07:26:15 +0200 Subject: [PATCH] improve gitignore (#2561) --- .gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2db2a099c05..147191aeceb 100644 --- a/.gitignore +++ b/.gitignore @@ -21,11 +21,7 @@ public/uploads-*/** # IDE & Cache stuff /.idea /.vscode -/.vagrant -Homestead.json -Homestead.yaml npm-debug.log -yarn-error.log .phpunit* _ide* .php_cs.cache @@ -33,15 +29,14 @@ _ide* *.log clover.xml *.swp -installed.log .DS_Store -.NO_SECURE_KEY .NO_AUTO_COMPOSER_MIGRATE storage/bootstrap/cache/* storage/image-jobs/* # used by Vite public/hot +lang/php_*.json sync/* @@ -54,6 +49,9 @@ backup.sql .env.* aliases +pgdata +docker-compose.yml # Building stuff for releaseses Lychee/* +report_* \ No newline at end of file