From 56926b7b221d108965b3746464246a1a56a8845c Mon Sep 17 00:00:00 2001 From: bluebamus Date: Wed, 12 Nov 2025 18:08:03 +0900 Subject: [PATCH] move media, static folder in app folder --- www/{media => app/static}/.gitkeep | 0 www/static/.gitkeep | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename www/{media => app/static}/.gitkeep (100%) delete mode 100644 www/static/.gitkeep diff --git a/www/media/.gitkeep b/www/app/static/.gitkeep similarity index 100% rename from www/media/.gitkeep rename to www/app/static/.gitkeep diff --git a/www/static/.gitkeep b/www/static/.gitkeep deleted file mode 100644 index e69de29..0000000