diff --git a/README.md b/README.md index e87f6b7..bed6fc8 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# git-test \ No newline at end of file +# git-test + +## Test data layout +The sample test files now live under the `tests/` directory to keep the repository root tidy and make room for future documentation or tooling. diff --git a/test1.txt b/tests/test1.txt similarity index 100% rename from test1.txt rename to tests/test1.txt diff --git a/test2.txt b/tests/test2.txt similarity index 100% rename from test2.txt rename to tests/test2.txt diff --git a/test3.txt b/tests/test3.txt similarity index 100% rename from test3.txt rename to tests/test3.txt diff --git a/test5.txt b/tests/test5.txt similarity index 100% rename from test5.txt rename to tests/test5.txt diff --git a/test6.txt b/tests/test6.txt similarity index 100% rename from test6.txt rename to tests/test6.txt