From df05687ad97a5c7ed5bb49bdcad32861e638d1f1 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Wed, 21 Jan 2026 20:47:46 +0100 Subject: [PATCH] chore: move docs into docs dir --- .gitignore | 4 ++-- LICENSE.md => docs/LICENSE.md | 0 README.md => docs/README.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE.md => docs/LICENSE.md (100%) rename README.md => docs/README.md (100%) diff --git a/.gitignore b/.gitignore index 75ade1b..c8ea956 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,8 @@ !.gitignore -LICENSE.md -README.md +!docs +!docs/** !src !src/** diff --git a/LICENSE.md b/docs/LICENSE.md similarity index 100% rename from LICENSE.md rename to docs/LICENSE.md diff --git a/README.md b/docs/README.md similarity index 100% rename from README.md rename to docs/README.md