From 0994eb7cd908f638a71520a08261887778ae19c6 Mon Sep 17 00:00:00 2001 From: Yehia Rasheed <157399068+yehiarasheed@users.noreply.github.com> Date: Mon, 2 Feb 2026 04:12:41 +0200 Subject: [PATCH] Move non-GitHub convention .md files to docs folder --- CALENDAR_SETUP.md => docs/CALENDAR_SETUP.md | 0 ESLINT_PRETTIER_SETUP.md => docs/ESLINT_PRETTIER_SETUP.md | 0 PRETTIER_SETUP.md => docs/PRETTIER_SETUP.md | 0 design_guidelines.md => docs/design_guidelines.md | 0 replit.md => docs/replit.md | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename CALENDAR_SETUP.md => docs/CALENDAR_SETUP.md (100%) rename ESLINT_PRETTIER_SETUP.md => docs/ESLINT_PRETTIER_SETUP.md (100%) rename PRETTIER_SETUP.md => docs/PRETTIER_SETUP.md (100%) rename design_guidelines.md => docs/design_guidelines.md (100%) rename replit.md => docs/replit.md (100%) diff --git a/CALENDAR_SETUP.md b/docs/CALENDAR_SETUP.md similarity index 100% rename from CALENDAR_SETUP.md rename to docs/CALENDAR_SETUP.md diff --git a/ESLINT_PRETTIER_SETUP.md b/docs/ESLINT_PRETTIER_SETUP.md similarity index 100% rename from ESLINT_PRETTIER_SETUP.md rename to docs/ESLINT_PRETTIER_SETUP.md diff --git a/PRETTIER_SETUP.md b/docs/PRETTIER_SETUP.md similarity index 100% rename from PRETTIER_SETUP.md rename to docs/PRETTIER_SETUP.md diff --git a/design_guidelines.md b/docs/design_guidelines.md similarity index 100% rename from design_guidelines.md rename to docs/design_guidelines.md diff --git a/replit.md b/docs/replit.md similarity index 100% rename from replit.md rename to docs/replit.md