From 8320dd356596dc284b0752d2389ff3e1b956796b Mon Sep 17 00:00:00 2001 From: julien Date: Fri, 27 Mar 2026 22:50:42 +0100 Subject: [PATCH] Remove tmp dir from repo --- .gitignore | 9 +-------- README.md | 1 - tmp/.gitkeep | 0 tmp/cache/.gitkeep | 0 tmp/uploads/.gitkeep | 0 5 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 tmp/.gitkeep delete mode 100644 tmp/cache/.gitkeep delete mode 100644 tmp/uploads/.gitkeep diff --git a/.gitignore b/.gitignore index 809cbb3..cd7f5d3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,14 +3,7 @@ /logs/* !/logs/.gitkeep /vendor/ -/tmp/* -!/tmp/.gitkeep -!/tmp/cache/ -!/tmp/uploads/ -/tmp/cache/* -!/tmp/cache/.gitkeep -/tmp/uploads/* -!/tmp/uploads/.gitkeep +/tmp/ /public/uploads/media/* !/public/uploads/media/.gitkeep /config.local.ini diff --git a/README.md b/README.md index 48923c0..18ef225 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,6 @@ Le fichier `Caddyfile.example` fournit en plus un jeu d’en-têtes de sécurit - `db/` — base SQLite - `public/uploads/media/` — images - `logs/` — optionnel, utile pour diagnostic -- `tmp/` — non persistant, recréable ## Mise à jour diff --git a/tmp/.gitkeep b/tmp/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/tmp/cache/.gitkeep b/tmp/cache/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/tmp/uploads/.gitkeep b/tmp/uploads/.gitkeep deleted file mode 100644 index e69de29..0000000