From 1ebe7d10ded75953279e6a15256734fd3c3d0ffc Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 22 Jan 2024 19:27:08 -0800 Subject: [PATCH] Move Notes and ChessPieces docs to a doc directory --- chess_pieces.txt => doc/ChessPieces.txt | 0 Notes.md => doc/Notes.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename chess_pieces.txt => doc/ChessPieces.txt (100%) rename Notes.md => doc/Notes.md (100%) diff --git a/chess_pieces.txt b/doc/ChessPieces.txt similarity index 100% rename from chess_pieces.txt rename to doc/ChessPieces.txt diff --git a/Notes.md b/doc/Notes.md similarity index 100% rename from Notes.md rename to doc/Notes.md