From 04a5f32de7cea3fe1fb984d307fcc6405850ece9 Mon Sep 17 00:00:00 2001 From: ildyria Date: Wed, 16 Oct 2024 22:23:59 +0200 Subject: [PATCH] improve gitignore --- .gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2db2a099c0..147191aece 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