From 2d38bb5bea6077d9539ec109362605681e3069da Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 22 Nov 2019 04:25:45 +0000 Subject: [PATCH] docs: move `README` and `TOFS_pattern` to `docs` sub-directory --- README.md => docs/README.md | 0 TOFS_pattern.md => docs/TOFS_pattern.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename README.md => docs/README.md (100%) rename TOFS_pattern.md => docs/TOFS_pattern.md (100%) diff --git a/README.md b/docs/README.md similarity index 100% rename from README.md rename to docs/README.md diff --git a/TOFS_pattern.md b/docs/TOFS_pattern.md similarity index 100% rename from TOFS_pattern.md rename to docs/TOFS_pattern.md