From 22f95c09bc5358de4b457d8892f025feba7e5153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=A6=E3=82=8B=E3=81=9E?= Date: Sat, 19 Jul 2025 19:36:10 +0900 Subject: [PATCH] =?UTF-8?q?'backend/README.md'=20=E3=82=92=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/README.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 backend/README.md diff --git a/backend/README.md b/backend/README.md deleted file mode 100644 index 7db80e4..0000000 --- a/backend/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ...